Color Hex Logo

#ce4dcd Color Hex

#CE4DCD
(206,77,205)
0 Favorites   0 Comments

Color spaces of #ce4dcd

RGB 20677205
HSL0.830.570.55
HSV300°63°81°
CMYK 0.000.630.00   0.19
XYZ39.126922.837360.1034
Yxy22.83730.32050.1871
Hunter Lab47.788462.5178-41.1171
CIE-Lab54.904466.3259-41.8137

#ce4dcd color RGB value is (206,77,205).

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

The process color (four color CMYK) of #ce4dcd color hex is 0.00, 0.63, 0.00, 0.19. Web safe color of #ce4dcd is #cc66cc. Color #ce4dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001101 11001101
Octal 316 115 315
Decimal 206 77 205
Hex CE 4D CD

RGB Percentages of Color #ce4dcd

%42.21
%15.78
%42.01

CMYK Percentages of Color #ce4dcd

%0
%63
%0
%19

Triadic Colors of #ce4dcd

#ce4dcd #cdce4d #4dcdce

Analogous Colors of #ce4dcd

#ce4dcd #ce4d8d #8f4dce

Monochromatic Colors of #ce4dcd

#ce4dcd

Complementary Color

#ce4dcd #4dce4e

#ce4dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4dcd Color CSS Codes

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

#ce4dcd Text Font Color

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

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


#ce4dcd Background Color

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

This div background color is #ce4dcd


#ce4dcd Border Color

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

This div border color is #ce4dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4dcd


Comments

No comments written yet.

Please login to write comment.