Color Hex Logo

#ce51ea Color Hex

#CE51EA
(206,81,234)
0 Favorites   0 Comments

Color spaces of #ce51ea

RGB 20681234
HSL0.800.780.62
HSV289°65°92°
CMYK 0.120.650.00   0.08
XYZ43.247324.947280.3778
Yxy24.94720.29110.1679
Hunter Lab49.947267.1486-60.4498
CIE-Lab57.023969.8129-54.8510

#ce51ea color RGB value is (206,81,234).

#ce51ea hex color red value is 206, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce51ea hue: 0.80 , saturation: 0.78 and the lightness value of ce51ea is 0.62.

The process color (four color CMYK) of #ce51ea color hex is 0.12, 0.65, 0.00, 0.08. Web safe color of #ce51ea is #cc66ff. Color #ce51ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 11101010
Octal 316 121 352
Decimal 206 81 234
Hex CE 51 EA

RGB Percentages of Color #ce51ea

%39.54
%15.55
%44.91

CMYK Percentages of Color #ce51ea

%12
%65
%0
%8

Triadic Colors of #ce51ea

#ce51ea #eace51 #51eace

Analogous Colors of #ce51ea

#ce51ea #ea51ba #8251ea

Monochromatic Colors of #ce51ea

#ce51ea

Complementary Color

#ce51ea #6dea51

#ce51ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce51ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce51ea Color CSS Codes

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

#ce51ea Text Font Color

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

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


#ce51ea Background Color

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

This div background color is #ce51ea


#ce51ea Border Color

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

This div border color is #ce51ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce51ea


Comments

No comments written yet.

Please login to write comment.