Color Hex Logo

#d30277 Color Hex

#D30277
(211,2,119)
0 Favorites   0 Comments

Color spaces of #d30277

RGB 2112119
HSL0.910.980.42
HSV326°99°83°
CMYK 0.000.990.44   0.17
XYZ30.215515.224218.7988
Yxy15.22420.47040.2370
Hunter Lab39.018269.9477-1.2529
CIE-Lab45.939874.2640-4.5735

#d30277 color RGB value is (211,2,119).

#d30277 hex color red value is 211, green value is 2 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d30277 hue: 0.91 , saturation: 0.98 and the lightness value of d30277 is 0.42.

The process color (four color CMYK) of #d30277 color hex is 0.00, 0.99, 0.44, 0.17. Web safe color of #d30277 is #cc0066. Color #d30277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000010 01110111
Octal 323 2 167
Decimal 211 2 119
Hex D3 2 77

RGB Percentages of Color #d30277

%63.55
%0.60
%35.84

CMYK Percentages of Color #d30277

%0
%99
%44
%17

Triadic Colors of #d30277

#d30277 #77d302 #0277d3

Analogous Colors of #d30277

#d30277 #d3020e #c702d3

Monochromatic Colors of #d30277

#d30277

Complementary Color

#d30277 #02d35e

#d30277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30277 Color CSS Codes

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

#d30277 Text Font Color

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

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


#d30277 Background Color

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

This div background color is #d30277


#d30277 Border Color

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

This div border color is #d30277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30277


Comments

No comments written yet.

Please login to write comment.