Color Hex Logo

#cf89df Color Hex

#CF89DF
(207,137,223)
0 Favorites   0 Comments

Color spaces of #cf89df

RGB 207137223
HSL0.800.570.71
HSV289°39°87°
CMYK 0.070.390.00   0.13
XYZ47.997136.484474.3245
Yxy36.48440.30220.2297
Hunter Lab60.402336.1362-30.6742
CIE-Lab66.888440.8866-33.1868

#cf89df color RGB value is (207,137,223).

#cf89df hex color red value is 207, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cf89df hue: 0.80 , saturation: 0.57 and the lightness value of cf89df is 0.71.

The process color (four color CMYK) of #cf89df color hex is 0.07, 0.39, 0.00, 0.13. Web safe color of #cf89df is #cc99cc. Color #cf89df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001001 11011111
Octal 317 211 337
Decimal 207 137 223
Hex CF 89 DF

RGB Percentages of Color #cf89df

%36.51
%24.16
%39.33

CMYK Percentages of Color #cf89df

%7
%39
%0
%13

Triadic Colors of #cf89df

#cf89df #dfcf89 #89dfcf

Analogous Colors of #cf89df

#cf89df #df89c4 #a489df

Monochromatic Colors of #cf89df

#cf89df

Complementary Color

#cf89df #99df89

#cf89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf89df Color CSS Codes

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

#cf89df Text Font Color

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

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


#cf89df Background Color

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

This div background color is #cf89df


#cf89df Border Color

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

This div border color is #cf89df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,137,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf89df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf89df;
  -webkit-box-shadow: 1px 1px 3px 2px #cf89df;
  box-shadow:         1px 1px 3px 2px #cf89df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,137,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf89df


Comments

No comments written yet.

Please login to write comment.