Color Hex Logo

#ce1ccd Color Hex

#CE1CCD
(206,28,205)
0 Favorites   0 Comments

Color spaces of #ce1ccd

RGB 20628205
HSL0.830.760.46
HSV300°86°81°
CMYK 0.000.860.00   0.19
XYZ36.888318.360159.3572
Yxy18.36010.32190.1602
Hunter Lab42.848778.6849-52.1389
CIE-Lab49.930080.5338-49.7084

#ce1ccd color RGB value is (206,28,205).

#ce1ccd hex color red value is 206, green value is 28 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ce1ccd hue: 0.83 , saturation: 0.76 and the lightness value of ce1ccd is 0.46.

The process color (four color CMYK) of #ce1ccd color hex is 0.00, 0.86, 0.00, 0.19. Web safe color of #ce1ccd is #cc33cc. Color #ce1ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011100 11001101
Octal 316 34 315
Decimal 206 28 205
Hex CE 1C CD

RGB Percentages of Color #ce1ccd

%46.92
%6.38
%46.70

CMYK Percentages of Color #ce1ccd

%0
%86
%0
%19

Triadic Colors of #ce1ccd

#ce1ccd #cdce1c #1ccdce

Analogous Colors of #ce1ccd

#ce1ccd #ce1c74 #761cce

Monochromatic Colors of #ce1ccd

#ce1ccd

Complementary Color

#ce1ccd #1cce1d

#ce1ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1ccd Color CSS Codes

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

#ce1ccd Text Font Color

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

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


#ce1ccd Background Color

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

This div background color is #ce1ccd


#ce1ccd Border Color

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

This div border color is #ce1ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1ccd


Comments

No comments written yet.

Please login to write comment.