Color Hex Logo

#cf9fde Color Hex

#CF9FDE
(207,159,222)
0 Favorites   0 Comments

Color spaces of #cf9fde

RGB 207159222
HSL0.790.490.75
HSV286°28°87°
CMYK 0.070.280.00   0.13
XYZ51.315143.335674.7672
Yxy43.33560.30290.2558
Hunter Lab65.829823.9408-21.2587
CIE-Lab71.782228.7641-25.0982

#cf9fde color RGB value is (207,159,222).

#cf9fde hex color red value is 207, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cf9fde hue: 0.79 , saturation: 0.49 and the lightness value of cf9fde is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011111 11011110
Octal 317 237 336
Decimal 207 159 222
Hex CF 9F DE

RGB Percentages of Color #cf9fde

%35.20
%27.04
%37.76

CMYK Percentages of Color #cf9fde

%7
%28
%0
%13

Triadic Colors of #cf9fde

#cf9fde #decf9f #9fdecf

Analogous Colors of #cf9fde

#cf9fde #de9fce #b09fde

Monochromatic Colors of #cf9fde

#cf9fde

Complementary Color

#cf9fde #aede9f

#cf9fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9fde Color CSS Codes

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

#cf9fde Text Font Color

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

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


#cf9fde Background Color

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

This div background color is #cf9fde


#cf9fde Border Color

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

This div border color is #cf9fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9fde


Comments

No comments written yet.

Please login to write comment.