Color Hex Logo

#d30c84 Color Hex

#D30C84
(211,12,132)
0 Favorites   0 Comments

Color spaces of #d30c84

RGB 21112132
HSL0.900.890.44
HSV324°94°83°
CMYK 0.000.940.37   0.17
XYZ31.160315.777823.2329
Yxy15.77780.44410.2248
Hunter Lab39.721370.5163-6.8737
CIE-Lab46.681674.5866-11.4401

#d30c84 color RGB value is (211,12,132).

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

The process color (four color CMYK) of #d30c84 color hex is 0.00, 0.94, 0.37, 0.17. Web safe color of #d30c84 is #cc0099. Color #d30c84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 10000100
Octal 323 14 204
Decimal 211 12 132
Hex D3 C 84

RGB Percentages of Color #d30c84

%59.44
%3.38
%37.18

CMYK Percentages of Color #d30c84

%0
%94
%37
%17

Triadic Colors of #d30c84

#d30c84 #84d30c #0c84d3

Analogous Colors of #d30c84

#d30c84 #d30c21 #bf0cd3

Monochromatic Colors of #d30c84

#d30c84

Complementary Color

#d30c84 #0cd35b

#d30c84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30c84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30c84 Color CSS Codes

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

#d30c84 Text Font Color

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

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


#d30c84 Background Color

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

This div background color is #d30c84


#d30c84 Border Color

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

This div border color is #d30c84


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,12,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30c84


Comments

No comments written yet.

Please login to write comment.