Color Hex Logo

#cec0ff Color Hex

#CEC0FF
(206,192,255)
0 Favorites   0 Comments

Color spaces of #cec0ff

RGB 206192255
HSL0.701.000.88
HSV253°25°100°
CMYK 0.190.250.00   0.00
XYZ62.353258.0411102.5244
Yxy58.04110.27970.2604
Hunter Lab76.184712.7697-26.4593
CIE-Lab80.761617.3776-29.1980

#cec0ff color RGB value is (206,192,255).

#cec0ff hex color red value is 206, green value is 192 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cec0ff hue: 0.70 , saturation: 1.00 and the lightness value of cec0ff is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 11111111
Octal 316 300 377
Decimal 206 192 255
Hex CE C0 FF

RGB Percentages of Color #cec0ff

%31.55
%29.40
%39.05

CMYK Percentages of Color #cec0ff

%19
%25
%0
%0

Triadic Colors of #cec0ff

#cec0ff #ffcec0 #c0ffce

Analogous Colors of #cec0ff

#cec0ff #eec0ff #c0d2ff

Monochromatic Colors of #cec0ff

#cec0ff

Complementary Color

#cec0ff #f1ffc0

#cec0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec0ff Color CSS Codes

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

#cec0ff Text Font Color

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

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


#cec0ff Background Color

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

This div background color is #cec0ff


#cec0ff Border Color

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

This div border color is #cec0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec0ff


Comments

No comments written yet.

Please login to write comment.