Color Hex Logo

#ce06ea Color Hex

#CE06EA
(206,6,234)
0 Favorites   0 Comments

Color spaces of #ce06ea

RGB 2066234
HSL0.810.950.47
HSV293°97°92°
CMYK 0.120.970.00   0.08
XYZ40.370019.192679.4187
Yxy19.19260.29050.1381
Hunter Lab43.809487.8200-76.8158
CIE-Lab50.911887.4333-64.6674

#ce06ea color RGB value is (206,6,234).

#ce06ea hex color red value is 206, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce06ea hue: 0.81 , saturation: 0.95 and the lightness value of ce06ea is 0.47.

The process color (four color CMYK) of #ce06ea color hex is 0.12, 0.97, 0.00, 0.08. Web safe color of #ce06ea is #cc00ff. Color #ce06ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 11101010
Octal 316 6 352
Decimal 206 6 234
Hex CE 6 EA

RGB Percentages of Color #ce06ea

%46.19
%1.35
%52.47

CMYK Percentages of Color #ce06ea

%12
%97
%0
%8

Triadic Colors of #ce06ea

#ce06ea #eace06 #06eace

Analogous Colors of #ce06ea

#ce06ea #ea0694 #5c06ea

Monochromatic Colors of #ce06ea

#ce06ea

Complementary Color

#ce06ea #22ea06

#ce06ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06ea Color CSS Codes

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

#ce06ea Text Font Color

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

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


#ce06ea Background Color

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

This div background color is #ce06ea


#ce06ea Border Color

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

This div border color is #ce06ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06ea


Comments

No comments written yet.

Please login to write comment.