Color Hex Logo

#f58edd Color Hex

#F58EDD
(245,142,221)
0 Favorites   0 Comments

Color spaces of #f58edd

RGB 245142221
HSL0.870.840.76
HSV314°42°96°
CMYK 0.000.420.10   0.04
XYZ60.380343.978973.7130
Yxy43.97890.33910.2470
Hunter Lab66.316646.4676-19.4811
CIE-Lab72.214449.5879-23.5198

#f58edd color RGB value is (245,142,221).

#f58edd hex color red value is 245, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f58edd hue: 0.87 , saturation: 0.84 and the lightness value of f58edd is 0.76.

The process color (four color CMYK) of #f58edd color hex is 0.00, 0.42, 0.10, 0.04. Web safe color of #f58edd is #ff99cc. Color #f58edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 11011101
Octal 365 216 335
Decimal 245 142 221
Hex F5 8E DD

RGB Percentages of Color #f58edd

%40.30
%23.36
%36.35

CMYK Percentages of Color #f58edd

%0
%42
%10
%4

Triadic Colors of #f58edd

#f58edd #ddf58e #8eddf5

Analogous Colors of #f58edd

#f58edd #f58eaa #da8ef5

Monochromatic Colors of #f58edd

#f58edd

Complementary Color

#f58edd #8ef5a6

#f58edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58edd Color CSS Codes

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

#f58edd Text Font Color

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

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


#f58edd Background Color

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

This div background color is #f58edd


#f58edd Border Color

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

This div border color is #f58edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58edd


Comments

No comments written yet.

Please login to write comment.