Color Hex Logo

#d30892 Color Hex

#D30892
(211,8,146)
0 Favorites   0 Comments

Color spaces of #d30892

RGB 2118146
HSL0.890.930.43
HSV319°96°83°
CMYK 0.000.960.31   0.17
XYZ32.139116.097928.6074
Yxy16.09790.41820.2095
Hunter Lab40.122272.7701-14.1887
CIE-Lab47.102776.3445-19.2985

#d30892 color RGB value is (211,8,146).

#d30892 hex color red value is 211, green value is 8 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d30892 hue: 0.89 , saturation: 0.93 and the lightness value of d30892 is 0.43.

The process color (four color CMYK) of #d30892 color hex is 0.00, 0.96, 0.31, 0.17. Web safe color of #d30892 is #cc0099. Color #d30892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001000 10010010
Octal 323 10 222
Decimal 211 8 146
Hex D3 8 92

RGB Percentages of Color #d30892

%57.81
%2.19
%40.00

CMYK Percentages of Color #d30892

%0
%96
%31
%17

Triadic Colors of #d30892

#d30892 #92d308 #0892d3

Analogous Colors of #d30892

#d30892 #d3082c #af08d3

Monochromatic Colors of #d30892

#d30892

Complementary Color

#d30892 #08d349

#d30892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30892 Color CSS Codes

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

#d30892 Text Font Color

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

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


#d30892 Background Color

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

This div background color is #d30892


#d30892 Border Color

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

This div border color is #d30892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30892


Comments

No comments written yet.

Please login to write comment.