Color Hex Logo

#ce15ff Color Hex

#CE15FF
(206,21,255)
0 Favorites   0 Comments

Color spaces of #ce15ff

RGB 20621255
HSL0.801.000.54
HSV287°92°100°
CMYK 0.190.920.00   0.00
XYZ43.771820.878196.3306
Yxy20.87810.27190.1297
Hunter Lab45.692691.0345-93.0124
CIE-Lab52.815889.4998-73.3506

#ce15ff color RGB value is (206,21,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010101 11111111
Octal 316 25 377
Decimal 206 21 255
Hex CE 15 FF

RGB Percentages of Color #ce15ff

%42.74
%4.36
%52.90

CMYK Percentages of Color #ce15ff

%19
%92
%0
%0

Triadic Colors of #ce15ff

#ce15ff #ffce15 #15ffce

Analogous Colors of #ce15ff

#ce15ff #ff15bb #5915ff

Monochromatic Colors of #ce15ff

#ce15ff

Complementary Color

#ce15ff #46ff15

#ce15ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce15ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce15ff Color CSS Codes

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

#ce15ff Text Font Color

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

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


#ce15ff Background Color

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

This div background color is #ce15ff


#ce15ff Border Color

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

This div border color is #ce15ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce15ff

Related Colors

#ce15ff Color Palettes


Comments

No comments written yet.

Please login to write comment.