color codes Logo

#f95dde color codes

#F95DDE
(249,93,222)
0 Favorites   0 Comments

Color spaces of #f95dde

RGB 24993222
HSL0.860.930.67
HSV310°63°98°
CMYK 0.000.630.11   0.02
XYZ56.166133.242472.5634
Yxy33.24240.34680.2052
Hunter Lab57.656272.9883-34.2602
CIE-Lab64.356773.2154-36.1498

#f95dde color RGB value is (249,93,222).

#f95dde hex color red value is 249, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f95dde hue: 0.86 , saturation: 0.93 and the lightness value of f95dde is 0.67.

The process color (four color CMYK) of #f95dde color code is 0.00, 0.63, 0.11, 0.02. Web safe color of #f95dde is #ff66cc. Color #f95dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 11011110
Octal 371 135 336
Decimal 249 93 222
Hex F9 5D DE

RGB Percentages of Color #f95dde

%44.15
%16.49
%39.36

CMYK Percentages of Color #f95dde

%0
%63
%11
%2

Triadic Colors of #f95dde

#f95dde #def95d #5ddef9

Analogous Colors of #f95dde

#f95dde #f95d90 #c65df9

Monochromatic Colors of #f95dde

#f95dde

Complementary Color

#f95dde #5df978

#f95dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dde Color CSS Codes

.mybgcolor {background-color:#f95dde; } 
.myforecolor {color:#f95dde; }
.mybordercolor {border:3px solid #f95dde; }

#f95dde Text Font Color

<p style="color:#f95dde">Text here</p>

This sample text font color is #f95dde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f95dde Background Color

<div style="background-color:#f95dde">
Div content here</div>

This div background color is #f95dde


#f95dde Border Color

<div style="border:3px solid #f95dde">
Div here</div>

This div border color is #f95dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,93,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f95dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f95dde;
  -webkit-box-shadow: 1px 1px 3px 2px #f95dde;
  box-shadow:         1px 1px 3px 2px #f95dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,93,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f95dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f95dde;
  -webkit-box-shadow: 1px 1px 3px 2px #f95dde;
  box-shadow:         1px 1px 3px 2px #f95dde;">
Div content here</div>

This div box has shadow with color #f95dde


Comments

No comments written yet.

Please login to write comment.