Color Hex Logo

#ce9cfc Color Hex

#CE9CFC
(206,156,252)
0 Favorites   0 Comments

Color spaces of #ce9cfc

RGB 206156252
HSL0.750.940.80
HSV271°38°99°
CMYK 0.180.380.00   0.01
XYZ54.912843.927097.6800
Yxy43.92700.27940.2235
Hunter Lab66.277431.9069-40.9877
CIE-Lab72.179736.3513-40.8570

#ce9cfc color RGB value is (206,156,252).

#ce9cfc hex color red value is 206, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ce9cfc hue: 0.75 , saturation: 0.94 and the lightness value of ce9cfc is 0.80.

The process color (four color CMYK) of #ce9cfc color hex is 0.18, 0.38, 0.00, 0.01. Web safe color of #ce9cfc is #cc99ff. Color #ce9cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 11111100
Octal 316 234 374
Decimal 206 156 252
Hex CE 9C FC

RGB Percentages of Color #ce9cfc

%33.55
%25.41
%41.04

CMYK Percentages of Color #ce9cfc

%18
%38
%0
%1

Triadic Colors of #ce9cfc

#ce9cfc #fcce9c #9cfcce

Analogous Colors of #ce9cfc

#ce9cfc #fc9cfa #9e9cfc

Monochromatic Colors of #ce9cfc

#ce9cfc

Complementary Color

#ce9cfc #cafc9c

#ce9cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9cfc Color CSS Codes

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

#ce9cfc Text Font Color

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

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


#ce9cfc Background Color

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

This div background color is #ce9cfc


#ce9cfc Border Color

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

This div border color is #ce9cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,156,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.