Color Hex Logo

#f58aee Color Hex

#F58AEE
(245,138,238)
0 Favorites   0 Comments

Color spaces of #f58aee

RGB 245138238
HSL0.840.840.75
HSV304°44°96°
CMYK 0.000.440.03   0.04
XYZ62.177343.762586.0588
Yxy43.76250.32380.2279
Hunter Lab66.153252.0037-30.8232
CIE-Lab72.069554.4350-33.0723

#f58aee color RGB value is (245,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 11101110
Octal 365 212 356
Decimal 245 138 238
Hex F5 8A EE

RGB Percentages of Color #f58aee

%39.45
%22.22
%38.33

CMYK Percentages of Color #f58aee

%0
%44
%3
%4

Triadic Colors of #f58aee

#f58aee #eef58a #8aeef5

Analogous Colors of #f58aee

#f58aee #f58ab9 #c78af5

Monochromatic Colors of #f58aee

#f58aee

Complementary Color

#f58aee #8af591

#f58aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58aee Color CSS Codes

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

#f58aee Text Font Color

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

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


#f58aee Background Color

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

This div background color is #f58aee


#f58aee Border Color

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

This div border color is #f58aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58aee


Comments

No comments written yet.

Please login to write comment.