Color Hex Logo

#cf99df Color Hex

#CF99DF
(207,153,223)
0 Favorites   0 Comments

Color spaces of #cf99df

RGB 207153223
HSL0.800.520.74
HSV286°31°87°
CMYK 0.070.310.00   0.13
XYZ50.442641.375675.1397
Yxy41.37560.30210.2478
Hunter Lab64.323927.4124-24.2327
CIE-Lab70.438332.2360-27.7078

#cf99df color RGB value is (207,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11011111
Octal 317 231 337
Decimal 207 153 223
Hex CF 99 DF

RGB Percentages of Color #cf99df

%35.51
%26.24
%38.25

CMYK Percentages of Color #cf99df

%7
%31
%0
%13

Triadic Colors of #cf99df

#cf99df #dfcf99 #99dfcf

Analogous Colors of #cf99df

#cf99df #df99cc #ac99df

Monochromatic Colors of #cf99df

#cf99df

Complementary Color

#cf99df #a9df99

#cf99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99df Color CSS Codes

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

#cf99df Text Font Color

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

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


#cf99df Background Color

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

This div background color is #cf99df


#cf99df Border Color

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

This div border color is #cf99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99df


Comments

No comments written yet.

Please login to write comment.