Color Hex Logo

#f96ced Color Hex

#F96CED
(249,108,237)
0 Favorites   0 Comments

Color spaces of #f96ced

RGB 249108237
HSL0.850.920.70
HSV305°57°98°
CMYK 0.000.570.05   0.02
XYZ59.715536.979384.1111
Yxy36.97930.33030.2045
Hunter Lab60.810668.8669-39.4404
CIE-Lab67.261569.3532-39.9563

#f96ced color RGB value is (249,108,237).

#f96ced hex color red value is 249, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f96ced hue: 0.85 , saturation: 0.92 and the lightness value of f96ced is 0.70.

The process color (four color CMYK) of #f96ced color hex is 0.00, 0.57, 0.05, 0.02. Web safe color of #f96ced is #ff66ff. Color #f96ced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11101101
Octal 371 154 355
Decimal 249 108 237
Hex F9 6C ED

RGB Percentages of Color #f96ced

%41.92
%18.18
%39.90

CMYK Percentages of Color #f96ced

%0
%57
%5
%2

Triadic Colors of #f96ced

#f96ced #edf96c #6cedf9

Analogous Colors of #f96ced

#f96ced #f96ca7 #bf6cf9

Monochromatic Colors of #f96ced

#f96ced

Complementary Color

#f96ced #6cf978

#f96ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ced Color CSS Codes

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

#f96ced Text Font Color

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

This sample text font color is #f96ced
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.


#f96ced Background Color

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

This div background color is #f96ced


#f96ced Border Color

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

This div border color is #f96ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ced


Comments

No comments written yet.

Please login to write comment.