Color Hex Logo

#ce52fe Color Hex

#CE52FE
(206,82,254)
0 Favorites   0 Comments

Color spaces of #ce52fe

RGB 20682254
HSL0.790.990.66
HSV283°68°100°
CMYK 0.190.680.00   0.00
XYZ46.360326.312296.4012
Yxy26.31220.27420.1556
Hunter Lab51.295471.5596-75.5189
CIE-Lab58.332273.1882-63.8865

#ce52fe color RGB value is (206,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010010 11111110
Octal 316 122 376
Decimal 206 82 254
Hex CE 52 FE

RGB Percentages of Color #ce52fe

%38.01
%15.13
%46.86

CMYK Percentages of Color #ce52fe

%19
%68
%0
%0

Triadic Colors of #ce52fe

#ce52fe #fece52 #52fece

Analogous Colors of #ce52fe

#ce52fe #fe52d8 #7852fe

Monochromatic Colors of #ce52fe

#ce52fe

Complementary Color

#ce52fe #82fe52

#ce52fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce52fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce52fe Color CSS Codes

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

#ce52fe Text Font Color

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

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


#ce52fe Background Color

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

This div background color is #ce52fe


#ce52fe Border Color

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

This div border color is #ce52fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce52fe

Related Colors


Comments

No comments written yet.

Please login to write comment.