Color Hex Logo

#ce3eff Color Hex

#CE3EFF
(206,62,255)
0 Favorites   0 Comments

Color spaces of #ce3eff

RGB 20662255
HSL0.791.000.62
HSV285°76°100°
CMYK 0.190.760.00   0.00
XYZ45.226223.787196.8154
Yxy23.78710.27270.1434
Hunter Lab48.772080.1717-83.5538
CIE-Lab55.874080.5480-68.3995

#ce3eff color RGB value is (206,62,255).

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

The process color (four color CMYK) of #ce3eff color hex is 0.19, 0.76, 0.00, 0.00. Web safe color of #ce3eff is #cc33ff. Color #ce3eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111110 11111111
Octal 316 76 377
Decimal 206 62 255
Hex CE 3E FF

RGB Percentages of Color #ce3eff

%39.39
%11.85
%48.76

CMYK Percentages of Color #ce3eff

%19
%76
%0
%0

Triadic Colors of #ce3eff

#ce3eff #ffce3e #3effce

Analogous Colors of #ce3eff

#ce3eff #ff3ed0 #6e3eff

Monochromatic Colors of #ce3eff

#ce3eff

Complementary Color

#ce3eff #6fff3e

#ce3eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3eff Color CSS Codes

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

#ce3eff Text Font Color

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

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


#ce3eff Background Color

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

This div background color is #ce3eff


#ce3eff Border Color

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

This div border color is #ce3eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3eff


Comments

No comments written yet.

Please login to write comment.