Color Hex Logo

#f59cea Color Hex

#F59CEA
(245,156,234)
0 Favorites   0 Comments

Color spaces of #f59cea

RGB 245156234
HSL0.850.820.79
HSV307°36°96°
CMYK 0.000.360.04   0.04
XYZ64.395949.129983.9309
Yxy49.12990.32610.2488
Hunter Lab70.092741.3300-21.9305
CIE-Lab75.532144.6122-25.5655

#f59cea color RGB value is (245,156,234).

#f59cea hex color red value is 245, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f59cea hue: 0.85 , saturation: 0.82 and the lightness value of f59cea is 0.79.

The process color (four color CMYK) of #f59cea color hex is 0.00, 0.36, 0.04, 0.04. Web safe color of #f59cea is #ff99ff. Color #f59cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011100 11101010
Octal 365 234 352
Decimal 245 156 234
Hex F5 9C EA

RGB Percentages of Color #f59cea

%38.58
%24.57
%36.85

CMYK Percentages of Color #f59cea

%0
%36
%4
%4

Triadic Colors of #f59cea

#f59cea #eaf59c #9ceaf5

Analogous Colors of #f59cea

#f59cea #f59cbe #d49cf5

Monochromatic Colors of #f59cea

#f59cea

Complementary Color

#f59cea #9cf5a7

#f59cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59cea Color CSS Codes

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

#f59cea Text Font Color

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

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


#f59cea Background Color

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

This div background color is #f59cea


#f59cea Border Color

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

This div border color is #f59cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,156,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 #f59cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59cea


Comments

No comments written yet.

Please login to write comment.