Color Hex Logo

#ce41cd Color Hex

#CE41CD
(206,65,205)
0 Favorites   0 Comments

Color spaces of #ce41cd

RGB 20665205
HSL0.830.590.53
HSV300°68°81°
CMYK 0.000.680.00   0.19
XYZ38.363321.310259.8489
Yxy21.31020.32100.1783
Hunter Lab46.163067.5555-44.5536
CIE-Lab53.287370.8603-44.3698

#ce41cd color RGB value is (206,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 11001101
Octal 316 101 315
Decimal 206 65 205
Hex CE 41 CD

RGB Percentages of Color #ce41cd

%43.28
%13.66
%43.07

CMYK Percentages of Color #ce41cd

%0
%68
%0
%19

Triadic Colors of #ce41cd

#ce41cd #cdce41 #41cdce

Analogous Colors of #ce41cd

#ce41cd #ce4187 #8941ce

Monochromatic Colors of #ce41cd

#ce41cd

Complementary Color

#ce41cd #41ce42

#ce41cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce41cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce41cd Color CSS Codes

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

#ce41cd Text Font Color

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

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


#ce41cd Background Color

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

This div background color is #ce41cd


#ce41cd Border Color

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

This div border color is #ce41cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce41cd


Comments

No comments written yet.

Please login to write comment.