Color Hex Logo

#cf9fee Color Hex

#CF9FEE
(207,159,238)
0 Favorites   0 Comments

Color spaces of #cf9fee

RGB 207159238
HSL0.770.700.78
HSV276°33°93°
CMYK 0.130.330.00   0.07
XYZ53.562944.234786.6040
Yxy44.23470.29050.2399
Hunter Lab66.509227.3632-30.6472
CIE-Lab72.385132.0252-32.9178

#cf9fee color RGB value is (207,159,238).

#cf9fee hex color red value is 207, green value is 159 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cf9fee hue: 0.77 , saturation: 0.70 and the lightness value of cf9fee is 0.78.

The process color (four color CMYK) of #cf9fee color hex is 0.13, 0.33, 0.00, 0.07. Web safe color of #cf9fee is #cc99ff. Color #cf9fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011111 11101110
Octal 317 237 356
Decimal 207 159 238
Hex CF 9F EE

RGB Percentages of Color #cf9fee

%34.27
%26.32
%39.40

CMYK Percentages of Color #cf9fee

%13
%33
%0
%7

Triadic Colors of #cf9fee

#cf9fee #eecf9f #9feecf

Analogous Colors of #cf9fee

#cf9fee #ee9fe6 #a89fee

Monochromatic Colors of #cf9fee

#cf9fee

Complementary Color

#cf9fee #beee9f

#cf9fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9fee Color CSS Codes

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

#cf9fee Text Font Color

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

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


#cf9fee Background Color

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

This div background color is #cf9fee


#cf9fee Border Color

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

This div border color is #cf9fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9fee


Comments

No comments written yet.

Please login to write comment.