Color Hex Logo

#f599ea Color Hex

#F599EA
(245,153,234)
0 Favorites   0 Comments

Color spaces of #f599ea

RGB 245153234
HSL0.850.820.78
HSV307°38°96°
CMYK 0.000.380.04   0.04
XYZ63.898748.135583.7651
Yxy48.13550.32630.2458
Hunter Lab69.379842.9838-23.0175
CIE-Lab74.910346.1591-26.5167

#f599ea color RGB value is (245,153,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011001 11101010
Octal 365 231 352
Decimal 245 153 234
Hex F5 99 EA

RGB Percentages of Color #f599ea

%38.77
%24.21
%37.03

CMYK Percentages of Color #f599ea

%0
%38
%4
%4

Triadic Colors of #f599ea

#f599ea #eaf599 #99eaf5

Analogous Colors of #f599ea

#f599ea #f599bc #d299f5

Monochromatic Colors of #f599ea

#f599ea

Complementary Color

#f599ea #99f5a4

#f599ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f599ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f599ea Color CSS Codes

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

#f599ea Text Font Color

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

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


#f599ea Background Color

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

This div background color is #f599ea


#f599ea Border Color

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

This div border color is #f599ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f599ea


Comments

No comments written yet.

Please login to write comment.