Color Hex Logo

#ce41ec Color Hex

#CE41EC
(206,65,236)
0 Favorites   0 Comments

Color spaces of #ce41ec

RGB 20665236
HSL0.800.820.59
HSV289°72°93°
CMYK 0.130.720.00   0.07
XYZ42.484222.958581.5492
Yxy22.95850.28900.1562
Hunter Lab47.915074.4170-67.3684
CIE-Lab55.029676.1340-59.1634

#ce41ec color RGB value is (206,65,236).

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

The process color (four color CMYK) of #ce41ec color hex is 0.13, 0.72, 0.00, 0.07. Web safe color of #ce41ec is #cc33ff. Color #ce41ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 11101100
Octal 316 101 354
Decimal 206 65 236
Hex CE 41 EC

RGB Percentages of Color #ce41ec

%40.63
%12.82
%46.55

CMYK Percentages of Color #ce41ec

%13
%72
%0
%7

Triadic Colors of #ce41ec

#ce41ec #ecce41 #41ecce

Analogous Colors of #ce41ec

#ce41ec #ec41b5 #7941ec

Monochromatic Colors of #ce41ec

#ce41ec

Complementary Color

#ce41ec #5fec41

#ce41ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce41ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce41ec Color CSS Codes

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

#ce41ec Text Font Color

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

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


#ce41ec Background Color

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

This div background color is #ce41ec


#ce41ec Border Color

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

This div border color is #ce41ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce41ec


Comments

No comments written yet.

Please login to write comment.