Color Hex Logo

#ce51fe Color Hex

#CE51FE
(206,81,254)
0 Favorites   0 Comments

Color spaces of #ce51fe

RGB 20681254
HSL0.790.990.66
HSV283°68°100°
CMYK 0.190.680.00   0.00
XYZ46.285426.162496.3763
Yxy26.16240.27420.1550
Hunter Lab51.149272.0153-75.9109
CIE-Lab58.190973.5853-64.1136

#ce51fe color RGB value is (206,81,254).

#ce51fe hex color red value is 206, green value is 81 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ce51fe hue: 0.79 , saturation: 0.99 and the lightness value of ce51fe is 0.66.

The process color (four color CMYK) of #ce51fe color hex is 0.19, 0.68, 0.00, 0.00. Web safe color of #ce51fe is #cc66ff. Color #ce51fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 11111110
Octal 316 121 376
Decimal 206 81 254
Hex CE 51 FE

RGB Percentages of Color #ce51fe

%38.08
%14.97
%46.95

CMYK Percentages of Color #ce51fe

%19
%68
%0
%0

Triadic Colors of #ce51fe

#ce51fe #fece51 #51fece

Analogous Colors of #ce51fe

#ce51fe #fe51d8 #7851fe

Monochromatic Colors of #ce51fe

#ce51fe

Complementary Color

#ce51fe #81fe51

#ce51fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce51fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce51fe Color CSS Codes

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

#ce51fe Text Font Color

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

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


#ce51fe Background Color

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

This div background color is #ce51fe


#ce51fe Border Color

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

This div border color is #ce51fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce51fe


Comments

No comments written yet.

Please login to write comment.