Color Hex Logo

#d30ecc Color Hex

#D30ECC
(211,14,204)
0 Favorites   0 Comments

Color spaces of #d30ecc

RGB 21114204
HSL0.840.880.44
HSV302°93°83°
CMYK 0.000.930.03   0.17
XYZ37.920118.522658.7033
Yxy18.52260.32930.1609
Hunter Lab43.037981.9576-50.7445
CIE-Lab50.123983.0671-48.7719

#d30ecc color RGB value is (211,14,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001110 11001100
Octal 323 16 314
Decimal 211 14 204
Hex D3 E CC

RGB Percentages of Color #d30ecc

%49.18
%3.26
%47.55

CMYK Percentages of Color #d30ecc

%0
%93
%3
%17

Triadic Colors of #d30ecc

#d30ecc #ccd30e #0eccd3

Analogous Colors of #d30ecc

#d30ecc #d30e6a #780ed3

Monochromatic Colors of #d30ecc

#d30ecc

Complementary Color

#d30ecc #0ed315

#d30ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30ecc Color CSS Codes

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

#d30ecc Text Font Color

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

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


#d30ecc Background Color

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

This div background color is #d30ecc


#d30ecc Border Color

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

This div border color is #d30ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30ecc


Comments

No comments written yet.

Please login to write comment.