Color Hex Logo

#ce03ff Color Hex

#CE03FF
(206,3,255)
0 Favorites   0 Comments

Color spaces of #ce03ff

RGB 2063255
HSL0.801.000.51
HSV288°99°100°
CMYK 0.190.990.00   0.00
XYZ43.536220.406996.2521
Yxy20.40690.27180.1274
Hunter Lab45.174092.9739-94.7072
CIE-Lab52.294291.0543-74.1979

#ce03ff color RGB value is (206,3,255).

#ce03ff hex color red value is 206, green value is 3 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ce03ff hue: 0.80 , saturation: 1.00 and the lightness value of ce03ff is 0.51.

The process color (four color CMYK) of #ce03ff color hex is 0.19, 0.99, 0.00, 0.00. Web safe color of #ce03ff is #cc00ff. Color #ce03ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 11111111
Octal 316 3 377
Decimal 206 3 255
Hex CE 3 FF

RGB Percentages of Color #ce03ff

%44.40
%0.65
%54.96

CMYK Percentages of Color #ce03ff

%19
%99
%0
%0

Triadic Colors of #ce03ff

#ce03ff #ffce03 #03ffce

Analogous Colors of #ce03ff

#ce03ff #ff03b2 #5003ff

Monochromatic Colors of #ce03ff

#ce03ff

Complementary Color

#ce03ff #34ff03

#ce03ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce03ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce03ff Color CSS Codes

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

#ce03ff Text Font Color

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

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


#ce03ff Background Color

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

This div background color is #ce03ff


#ce03ff Border Color

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

This div border color is #ce03ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce03ff


Comments

No comments written yet.

Please login to write comment.