Color Hex Logo

#cf99dd Color Hex

#CF99DD
(207,153,221)
0 Favorites   0 Comments

Color spaces of #cf99dd

RGB 207153221
HSL0.800.500.73
HSV288°31°87°
CMYK 0.060.310.00   0.13
XYZ50.174541.268373.7277
Yxy41.26830.30380.2499
Hunter Lab64.240426.9954-23.0779
CIE-Lab70.363531.8399-26.7226

#cf99dd color RGB value is (207,153,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11011101
Octal 317 231 335
Decimal 207 153 221
Hex CF 99 DD

RGB Percentages of Color #cf99dd

%35.63
%26.33
%38.04

CMYK Percentages of Color #cf99dd

%6
%31
%0
%13

Triadic Colors of #cf99dd

#cf99dd #ddcf99 #99ddcf

Analogous Colors of #cf99dd

#cf99dd #dd99c9 #ad99dd

Monochromatic Colors of #cf99dd

#cf99dd

Complementary Color

#cf99dd #a7dd99

#cf99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99dd Color CSS Codes

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

#cf99dd Text Font Color

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

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


#cf99dd Background Color

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

This div background color is #cf99dd


#cf99dd Border Color

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

This div border color is #cf99dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99dd


Comments

No comments written yet.

Please login to write comment.