Color Hex Logo

#ce1cd8 Color Hex

#CE1CD8
(206,28,216)
0 Favorites   0 Comments

Color spaces of #ce1cd8

RGB 20628216
HSL0.820.770.48
HSV297°87°85°
CMYK 0.050.870.00   0.15
XYZ38.263518.910266.5991
Yxy18.91020.30910.1528
Hunter Lab43.485980.9631-60.3632
CIE-Lab50.582082.2006-54.9755

#ce1cd8 color RGB value is (206,28,216).

#ce1cd8 hex color red value is 206, green value is 28 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ce1cd8 hue: 0.82 , saturation: 0.77 and the lightness value of ce1cd8 is 0.48.

The process color (four color CMYK) of #ce1cd8 color hex is 0.05, 0.87, 0.00, 0.15. Web safe color of #ce1cd8 is #cc33cc. Color #ce1cd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011100 11011000
Octal 316 34 330
Decimal 206 28 216
Hex CE 1C D8

RGB Percentages of Color #ce1cd8

%45.78
%6.22
%48.00

CMYK Percentages of Color #ce1cd8

%5
%87
%0
%15

Triadic Colors of #ce1cd8

#ce1cd8 #d8ce1c #1cd8ce

Analogous Colors of #ce1cd8

#ce1cd8 #d81c84 #701cd8

Monochromatic Colors of #ce1cd8

#ce1cd8

Complementary Color

#ce1cd8 #26d81c

#ce1cd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1cd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1cd8 Color CSS Codes

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

#ce1cd8 Text Font Color

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

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


#ce1cd8 Background Color

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

This div background color is #ce1cd8


#ce1cd8 Border Color

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

This div border color is #ce1cd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1cd8


Comments

No comments written yet.

Please login to write comment.