Color Hex Logo

#dc53cb Color Hex

#DC53CB
(220,83,203)
0 Favorites   0 Comments

Color spaces of #dc53cb

RGB 22083203
HSL0.850.660.59
HSV307°62°86°
CMYK 0.000.620.08   0.14
XYZ43.387925.714059.1764
Yxy25.71400.33820.2005
Hunter Lab50.709063.9885-33.6940
CIE-Lab57.764667.0368-36.0345

#dc53cb color RGB value is (220,83,203).

#dc53cb hex color red value is 220, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dc53cb hue: 0.85 , saturation: 0.66 and the lightness value of dc53cb is 0.59.

The process color (four color CMYK) of #dc53cb color hex is 0.00, 0.62, 0.08, 0.14. Web safe color of #dc53cb is #cc66cc. Color #dc53cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010011 11001011
Octal 334 123 313
Decimal 220 83 203
Hex DC 53 CB

RGB Percentages of Color #dc53cb

%43.48
%16.40
%40.12

CMYK Percentages of Color #dc53cb

%0
%62
%8
%14

Triadic Colors of #dc53cb

#dc53cb #cbdc53 #53cbdc

Analogous Colors of #dc53cb

#dc53cb #dc5387 #a953dc

Monochromatic Colors of #dc53cb

#dc53cb

Complementary Color

#dc53cb #53dc64

#dc53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc53cb Color CSS Codes

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

#dc53cb Text Font Color

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

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


#dc53cb Background Color

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

This div background color is #dc53cb


#dc53cb Border Color

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

This div border color is #dc53cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc53cb


Comments

No comments written yet.

Please login to write comment.