Color Hex Logo

#ce0fff Color Hex

#CE0FFF
(206,15,255)
0 Favorites   0 Comments

Color spaces of #ce0fff

RGB 20615255
HSL0.801.000.53
HSV288°94°100°
CMYK 0.190.940.00   0.00
XYZ43.674420.683596.2981
Yxy20.68350.27190.1287
Hunter Lab45.479191.8283-93.7061
CIE-Lab52.601490.1377-73.6988

#ce0fff color RGB value is (206,15,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001111 11111111
Octal 316 17 377
Decimal 206 15 255
Hex CE F FF

RGB Percentages of Color #ce0fff

%43.28
%3.15
%53.57

CMYK Percentages of Color #ce0fff

%19
%94
%0
%0

Triadic Colors of #ce0fff

#ce0fff #ffce0f #0fffce

Analogous Colors of #ce0fff

#ce0fff #ff0fb8 #560fff

Monochromatic Colors of #ce0fff

#ce0fff

Complementary Color

#ce0fff #40ff0f

#ce0fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0fff Color CSS Codes

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

#ce0fff Text Font Color

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

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


#ce0fff Background Color

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

This div background color is #ce0fff


#ce0fff Border Color

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

This div border color is #ce0fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0fff

Related Colors


Comments

No comments written yet.

Please login to write comment.