Color Hex Logo

#d053c8 Color Hex

#D053C8
(208,83,200)
0 Favorites   0 Comments

Color spaces of #d053c8

RGB 20883200
HSL0.840.570.57
HSV304°60°82°
CMYK 0.000.600.04   0.18
XYZ39.531023.766557.1475
Yxy23.76650.32820.1973
Hunter Lab48.750959.4275-35.3762
CIE-Lab55.853263.5119-37.4428

#d053c8 color RGB value is (208,83,200).

#d053c8 hex color red value is 208, green value is 83 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d053c8 hue: 0.84 , saturation: 0.57 and the lightness value of d053c8 is 0.57.

The process color (four color CMYK) of #d053c8 color hex is 0.00, 0.60, 0.04, 0.18. Web safe color of #d053c8 is #cc66cc. Color #d053c8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 11001000
Octal 320 123 310
Decimal 208 83 200
Hex D0 53 C8

RGB Percentages of Color #d053c8

%42.36
%16.90
%40.73

CMYK Percentages of Color #d053c8

%0
%60
%4
%18

Triadic Colors of #d053c8

#d053c8 #c8d053 #53c8d0

Analogous Colors of #d053c8

#d053c8 #d0538a #9a53d0

Monochromatic Colors of #d053c8

#d053c8

Complementary Color

#d053c8 #53d05b

#d053c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d053c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d053c8 Color CSS Codes

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

#d053c8 Text Font Color

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

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


#d053c8 Background Color

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

This div background color is #d053c8


#d053c8 Border Color

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

This div border color is #d053c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d053c8


Comments

No comments written yet.

Please login to write comment.