Color Hex Logo

#f96cea Color Hex

#F96CEA
(249,108,234)
0 Favorites   0 Comments

Color spaces of #f96cea

RGB 249108234
HSL0.850.920.70
HSV306°57°98°
CMYK 0.000.570.06   0.02
XYZ59.280836.805481.8216
Yxy36.80540.33320.2069
Hunter Lab60.667568.2520-37.4966
CIE-Lab67.130868.8750-38.5013

#f96cea color RGB value is (249,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11101010
Octal 371 154 352
Decimal 249 108 234
Hex F9 6C EA

RGB Percentages of Color #f96cea

%42.13
%18.27
%39.59

CMYK Percentages of Color #f96cea

%0
%57
%6
%2

Triadic Colors of #f96cea

#f96cea #eaf96c #6ceaf9

Analogous Colors of #f96cea

#f96cea #f96ca4 #c26cf9

Monochromatic Colors of #f96cea

#f96cea

Complementary Color

#f96cea #6cf97b

#f96cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cea Color CSS Codes

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

#f96cea Text Font Color

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

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


#f96cea Background Color

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

This div background color is #f96cea


#f96cea Border Color

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

This div border color is #f96cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cea


Comments

No comments written yet.

Please login to write comment.