Color Hex Logo

#d30673 Color Hex

#D30673
(211,6,115)
0 Favorites   0 Comments

Color spaces of #d30673

RGB 2116115
HSL0.910.940.43
HSV328°97°83°
CMYK 0.000.970.45   0.17
XYZ30.023615.216917.5744
Yxy15.21690.47800.2422
Hunter Lab39.008869.11910.5947
CIE-Lab45.929973.5827-2.1183

#d30673 color RGB value is (211,6,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 01110011
Octal 323 6 163
Decimal 211 6 115
Hex D3 6 73

RGB Percentages of Color #d30673

%63.55
%1.81
%34.64

CMYK Percentages of Color #d30673

%0
%97
%45
%17

Triadic Colors of #d30673

#d30673 #73d306 #0673d3

Analogous Colors of #d30673

#d30673 #d3060d #cd06d3

Monochromatic Colors of #d30673

#d30673

Complementary Color

#d30673 #06d366

#d30673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30673 Color CSS Codes

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

#d30673 Text Font Color

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

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


#d30673 Background Color

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

This div background color is #d30673


#d30673 Border Color

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

This div border color is #d30673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30673


Comments

No comments written yet.

Please login to write comment.