Color Hex Logo

#ce53ba Color Hex

#CE53BA
(206,83,186)
0 Favorites   0 Comments

Color spaces of #ce53ba

RGB 20683186
HSL0.860.560.57
HSV310°60°81°
CMYK 0.000.600.10   0.19
XYZ37.409822.853548.8938
Yxy22.85350.34270.2094
Hunter Lab47.805356.0249-27.1762
CIE-Lab54.921160.7310-30.8761

#ce53ba color RGB value is (206,83,186).

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

The process color (four color CMYK) of #ce53ba color hex is 0.00, 0.60, 0.10, 0.19. Web safe color of #ce53ba is #cc66cc. Color #ce53ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 10111010
Octal 316 123 272
Decimal 206 83 186
Hex CE 53 BA

RGB Percentages of Color #ce53ba

%43.37
%17.47
%39.16

CMYK Percentages of Color #ce53ba

%0
%60
%10
%19

Triadic Colors of #ce53ba

#ce53ba #bace53 #53bace

Analogous Colors of #ce53ba

#ce53ba #ce537d #a553ce

Monochromatic Colors of #ce53ba

#ce53ba

Complementary Color

#ce53ba #53ce67

#ce53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce53ba Color CSS Codes

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

#ce53ba Text Font Color

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

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


#ce53ba Background Color

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

This div background color is #ce53ba


#ce53ba Border Color

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

This div border color is #ce53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce53ba


Comments

No comments written yet.

Please login to write comment.