Color Hex Logo

#d30770 Color Hex

#D30770
(211,7,112)
0 Favorites   0 Comments

Color spaces of #d30770

RGB 2117112
HSL0.910.940.43
HSV329°97°83°
CMYK 0.000.970.47   0.17
XYZ29.864615.170716.6834
Yxy15.17070.48390.2458
Hunter Lab38.949668.70311.8688
CIE-Lab45.867173.2509-0.3542

#d30770 color RGB value is (211,7,112).

#d30770 hex color red value is 211, green value is 7 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d30770 hue: 0.91 , saturation: 0.94 and the lightness value of d30770 is 0.43.

The process color (four color CMYK) of #d30770 color hex is 0.00, 0.97, 0.47, 0.17. Web safe color of #d30770 is #cc0066. Color #d30770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000111 01110000
Octal 323 7 160
Decimal 211 7 112
Hex D3 7 70

RGB Percentages of Color #d30770

%63.94
%2.12
%33.94

CMYK Percentages of Color #d30770

%0
%97
%47
%17

Triadic Colors of #d30770

#d30770 #70d307 #0770d3

Analogous Colors of #d30770

#d30770 #d3070a #d007d3

Monochromatic Colors of #d30770

#d30770

Complementary Color

#d30770 #07d36a

#d30770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30770 Color CSS Codes

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

#d30770 Text Font Color

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

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


#d30770 Background Color

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

This div background color is #d30770


#d30770 Border Color

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

This div border color is #d30770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30770


Comments

No comments written yet.

Please login to write comment.