Color Hex Logo

#cfc9ff Color Hex

#CFC9FF
(207,201,255)
0 Favorites   0 Comments

Color spaces of #cfc9ff

RGB 207201255
HSL0.691.000.89
HSV247°21°100°
CMYK 0.190.210.00   0.00
XYZ64.668862.2587103.2165
Yxy62.25870.28100.2705
Hunter Lab78.90428.2139-22.3258
CIE-Lab83.050812.8234-25.6913

#cfc9ff color RGB value is (207,201,255).

#cfc9ff hex color red value is 207, green value is 201 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cfc9ff hue: 0.69 , saturation: 1.00 and the lightness value of cfc9ff is 0.89.

The process color (four color CMYK) of #cfc9ff color hex is 0.19, 0.21, 0.00, 0.00. Web safe color of #cfc9ff is #ccccff. Color #cfc9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 11111111
Octal 317 311 377
Decimal 207 201 255
Hex CF C9 FF

RGB Percentages of Color #cfc9ff

%31.22
%30.32
%38.46

CMYK Percentages of Color #cfc9ff

%19
%21
%0
%0

Triadic Colors of #cfc9ff

#cfc9ff #ffcfc9 #c9ffcf

Analogous Colors of #cfc9ff

#cfc9ff #eac9ff #c9deff

Monochromatic Colors of #cfc9ff

#cfc9ff

Complementary Color

#cfc9ff #f9ffc9

#cfc9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc9ff Color CSS Codes

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

#cfc9ff Text Font Color

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

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


#cfc9ff Background Color

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

This div background color is #cfc9ff


#cfc9ff Border Color

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

This div border color is #cfc9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc9ff

#cfc9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.