Color Hex Logo

#ce53ad Color Hex

#CE53AD
(206,83,173)
0 Favorites   0 Comments

Color spaces of #ce53ad

RGB 20683173
HSL0.880.560.57
HSV316°60°81°
CMYK 0.000.600.16   0.19
XYZ36.089722.325541.9423
Yxy22.32550.35960.2225
Hunter Lab47.249953.6520-19.5551
CIE-Lab54.370758.7418-24.1928

#ce53ad color RGB value is (206,83,173).

#ce53ad hex color red value is 206, green value is 83 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce53ad hue: 0.88 , saturation: 0.56 and the lightness value of ce53ad is 0.57.

The process color (four color CMYK) of #ce53ad color hex is 0.00, 0.60, 0.16, 0.19. Web safe color of #ce53ad is #cc6699. Color #ce53ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 10101101
Octal 316 123 255
Decimal 206 83 173
Hex CE 53 AD

RGB Percentages of Color #ce53ad

%44.59
%17.97
%37.45

CMYK Percentages of Color #ce53ad

%0
%60
%16
%19

Triadic Colors of #ce53ad

#ce53ad #adce53 #53adce

Analogous Colors of #ce53ad

#ce53ad #ce5370 #b253ce

Monochromatic Colors of #ce53ad

#ce53ad

Complementary Color

#ce53ad #53ce74

#ce53ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce53ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce53ad Color CSS Codes

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

#ce53ad Text Font Color

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

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


#ce53ad Background Color

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

This div background color is #ce53ad


#ce53ad Border Color

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

This div border color is #ce53ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce53ad


Comments

No comments written yet.

Please login to write comment.