Color Hex Logo

#ce53e0 Color Hex

#CE53E0
(206,83,224)
0 Favorites   0 Comments

Color spaces of #ce53e0

RGB 20683224
HSL0.810.690.60
HSV292°63°88°
CMYK 0.080.630.00   0.12
XYZ42.001424.690173.0730
Yxy24.69010.30050.1767
Hunter Lab49.689163.9271-52.4097
CIE-Lab56.772267.1689-49.6345

#ce53e0 color RGB value is (206,83,224).

#ce53e0 hex color red value is 206, green value is 83 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ce53e0 hue: 0.81 , saturation: 0.69 and the lightness value of ce53e0 is 0.60.

The process color (four color CMYK) of #ce53e0 color hex is 0.08, 0.63, 0.00, 0.12. Web safe color of #ce53e0 is #cc66cc. Color #ce53e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 11100000
Octal 316 123 340
Decimal 206 83 224
Hex CE 53 E0

RGB Percentages of Color #ce53e0

%40.16
%16.18
%43.66

CMYK Percentages of Color #ce53e0

%8
%63
%0
%12

Triadic Colors of #ce53e0

#ce53e0 #e0ce53 #53e0ce

Analogous Colors of #ce53e0

#ce53e0 #e053ac #8853e0

Monochromatic Colors of #ce53e0

#ce53e0

Complementary Color

#ce53e0 #65e053

#ce53e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce53e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce53e0 Color CSS Codes

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

#ce53e0 Text Font Color

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

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


#ce53e0 Background Color

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

This div background color is #ce53e0


#ce53e0 Border Color

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

This div border color is #ce53e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce53e0


Comments

No comments written yet.

Please login to write comment.