Color Hex Logo

#ce06ee Color Hex

#CE06EE
(206,6,238)
0 Favorites   0 Comments

Color spaces of #ce06ee

RGB 2066238
HSL0.810.950.48
HSV292°97°93°
CMYK 0.130.970.00   0.07
XYZ40.951319.425182.4800
Yxy19.42510.28670.1360
Hunter Lab44.073988.7240-80.1037
CIE-Lab51.180988.0687-66.4875

#ce06ee color RGB value is (206,6,238).

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

The process color (four color CMYK) of #ce06ee color hex is 0.13, 0.97, 0.00, 0.07. Web safe color of #ce06ee is #cc00ff. Color #ce06ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 11101110
Octal 316 6 356
Decimal 206 6 238
Hex CE 6 EE

RGB Percentages of Color #ce06ee

%45.78
%1.33
%52.89

CMYK Percentages of Color #ce06ee

%13
%97
%0
%7

Triadic Colors of #ce06ee

#ce06ee #eece06 #06eece

Analogous Colors of #ce06ee

#ce06ee #ee069a #5a06ee

Monochromatic Colors of #ce06ee

#ce06ee

Complementary Color

#ce06ee #26ee06

#ce06ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06ee Color CSS Codes

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

#ce06ee Text Font Color

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

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


#ce06ee Background Color

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

This div background color is #ce06ee


#ce06ee Border Color

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

This div border color is #ce06ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06ee


Comments

No comments written yet.

Please login to write comment.