Color Hex Logo

#d30ccc Color Hex

#D30CCC
(211,12,204)
0 Favorites   0 Comments

Color spaces of #d30ccc

RGB 21112204
HSL0.840.890.44
HSV302°94°83°
CMYK 0.000.940.03   0.17
XYZ37.894518.471558.6948
Yxy18.47150.32930.1605
Hunter Lab42.978582.1726-50.8862
CIE-Lab50.063183.2466-48.8690

#d30ccc color RGB value is (211,12,204).

#d30ccc hex color red value is 211, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d30ccc hue: 0.84 , saturation: 0.89 and the lightness value of d30ccc is 0.44.

The process color (four color CMYK) of #d30ccc color hex is 0.00, 0.94, 0.03, 0.17. Web safe color of #d30ccc is #cc00cc. Color #d30ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 11001100
Octal 323 14 314
Decimal 211 12 204
Hex D3 C CC

RGB Percentages of Color #d30ccc

%49.41
%2.81
%47.78

CMYK Percentages of Color #d30ccc

%0
%94
%3
%17

Triadic Colors of #d30ccc

#d30ccc #ccd30c #0cccd3

Analogous Colors of #d30ccc

#d30ccc #d30c69 #770cd3

Monochromatic Colors of #d30ccc

#d30ccc

Complementary Color

#d30ccc #0cd313

#d30ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30ccc Color CSS Codes

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

#d30ccc Text Font Color

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

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


#d30ccc Background Color

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

This div background color is #d30ccc


#d30ccc Border Color

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

This div border color is #d30ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,12,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 #d30ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30ccc


Comments

No comments written yet.

Please login to write comment.