Color Hex Logo

#ce41de Color Hex

#CE41DE
(206,65,222)
0 Favorites   0 Comments

Color spaces of #ce41de

RGB 20665222
HSL0.820.700.56
HSV294°71°87°
CMYK 0.070.710.00   0.13
XYZ40.528722.176371.2516
Yxy22.17630.30260.1655
Hunter Lab47.091771.2125-56.7439
CIE-Lab54.213673.6933-52.5788

#ce41de color RGB value is (206,65,222).

#ce41de hex color red value is 206, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce41de hue: 0.82 , saturation: 0.70 and the lightness value of ce41de is 0.56.

The process color (four color CMYK) of #ce41de color hex is 0.07, 0.71, 0.00, 0.13. Web safe color of #ce41de is #cc33cc. Color #ce41de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 11011110
Octal 316 101 336
Decimal 206 65 222
Hex CE 41 DE

RGB Percentages of Color #ce41de

%41.78
%13.18
%45.03

CMYK Percentages of Color #ce41de

%7
%71
%0
%13

Triadic Colors of #ce41de

#ce41de #dece41 #41dece

Analogous Colors of #ce41de

#ce41de #de41a0 #8041de

Monochromatic Colors of #ce41de

#ce41de

Complementary Color

#ce41de #51de41

#ce41de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce41de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce41de Color CSS Codes

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

#ce41de Text Font Color

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

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


#ce41de Background Color

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

This div background color is #ce41de


#ce41de Border Color

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

This div border color is #ce41de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce41de


Comments

No comments written yet.

Please login to write comment.