Color Hex Logo

#f58cee Color Hex

#F58CEE
(245,140,238)
0 Favorites   0 Comments

Color spaces of #f58cee

RGB 245140238
HSL0.840.840.75
HSV304°43°96°
CMYK 0.000.430.03   0.04
XYZ62.466944.341786.1554
Yxy44.34170.32370.2298
Hunter Lab66.589650.9171-30.0983
CIE-Lab72.456353.4404-32.4745

#f58cee color RGB value is (245,140,238).

#f58cee hex color red value is 245, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f58cee hue: 0.84 , saturation: 0.84 and the lightness value of f58cee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001100 11101110
Octal 365 214 356
Decimal 245 140 238
Hex F5 8C EE

RGB Percentages of Color #f58cee

%39.33
%22.47
%38.20

CMYK Percentages of Color #f58cee

%0
%43
%3
%4

Triadic Colors of #f58cee

#f58cee #eef58c #8ceef5

Analogous Colors of #f58cee

#f58cee #f58cba #c88cf5

Monochromatic Colors of #f58cee

#f58cee

Complementary Color

#f58cee #8cf593

#f58cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58cee Color CSS Codes

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

#f58cee Text Font Color

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

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


#f58cee Background Color

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

This div background color is #f58cee


#f58cee Border Color

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

This div border color is #f58cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,140,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58cee


Comments

No comments written yet.

Please login to write comment.