Color Hex Logo

#d030cc Color Hex

#D030CC
(208,48,204)
0 Favorites   0 Comments

Color spaces of #d030cc

RGB 20848204
HSL0.840.630.50
HSV302°77°82°
CMYK 0.000.770.02   0.18
XYZ37.968519.883458.9635
Yxy19.88340.32500.1702
Hunter Lab44.590873.9566-47.1870
CIE-Lab51.705176.4082-46.2858

#d030cc color RGB value is (208,48,204).

#d030cc hex color red value is 208, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d030cc hue: 0.84 , saturation: 0.63 and the lightness value of d030cc is 0.50.

The process color (four color CMYK) of #d030cc color hex is 0.00, 0.77, 0.02, 0.18. Web safe color of #d030cc is #cc33cc. Color #d030cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 11001100
Octal 320 60 314
Decimal 208 48 204
Hex D0 30 CC

RGB Percentages of Color #d030cc

%45.22
%10.43
%44.35

CMYK Percentages of Color #d030cc

%0
%77
%2
%18

Triadic Colors of #d030cc

#d030cc #ccd030 #30ccd0

Analogous Colors of #d030cc

#d030cc #d0307c #8430d0

Monochromatic Colors of #d030cc

#d030cc

Complementary Color

#d030cc #30d034

#d030cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d030cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d030cc Color CSS Codes

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

#d030cc Text Font Color

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

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


#d030cc Background Color

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

This div background color is #d030cc


#d030cc Border Color

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

This div border color is #d030cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d030cc


Comments

No comments written yet.

Please login to write comment.