Color Hex Logo

#ce3fff Color Hex

#CE3FFF
(206,63,255)
0 Favorites   0 Comments

Color spaces of #ce3fff

RGB 20663255
HSL0.791.000.62
HSV285°75°100°
CMYK 0.190.750.00   0.00
XYZ45.281123.896896.8337
Yxy23.89680.27280.1439
Hunter Lab48.884479.7952-83.2269
CIE-Lab55.984380.2304-68.2214

#ce3fff color RGB value is (206,63,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111111 11111111
Octal 316 77 377
Decimal 206 63 255
Hex CE 3F FF

RGB Percentages of Color #ce3fff

%39.31
%12.02
%48.66

CMYK Percentages of Color #ce3fff

%19
%75
%0
%0

Triadic Colors of #ce3fff

#ce3fff #ffce3f #3fffce

Analogous Colors of #ce3fff

#ce3fff #ff3fd0 #6e3fff

Monochromatic Colors of #ce3fff

#ce3fff

Complementary Color

#ce3fff #70ff3f

#ce3fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3fff Color CSS Codes

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

#ce3fff Text Font Color

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

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


#ce3fff Background Color

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

This div background color is #ce3fff


#ce3fff Border Color

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

This div border color is #ce3fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3fff

Related Colors


Comments

No comments written yet.

Please login to write comment.