Color Hex Logo

#d30ca0 Color Hex

#D30CA0
(211,12,160)
0 Favorites   0 Comments

Color spaces of #d30ca0

RGB 21112160
HSL0.880.890.44
HSV315°94°83°
CMYK 0.000.940.24   0.17
XYZ33.340616.649934.7142
Yxy16.64990.39360.1966
Hunter Lab40.804374.4423-21.8779
CIE-Lab47.815877.5582-26.6026

#d30ca0 color RGB value is (211,12,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 10100000
Octal 323 14 240
Decimal 211 12 160
Hex D3 C A0

RGB Percentages of Color #d30ca0

%55.09
%3.13
%41.78

CMYK Percentages of Color #d30ca0

%0
%94
%24
%17

Triadic Colors of #d30ca0

#d30ca0 #a0d30c #0ca0d3

Analogous Colors of #d30ca0

#d30ca0 #d30c3c #a30cd3

Monochromatic Colors of #d30ca0

#d30ca0

Complementary Color

#d30ca0 #0cd33f

#d30ca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30ca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30ca0 Color CSS Codes

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

#d30ca0 Text Font Color

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

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


#d30ca0 Background Color

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

This div background color is #d30ca0


#d30ca0 Border Color

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

This div border color is #d30ca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30ca0


Comments

No comments written yet.

Please login to write comment.