Color Hex Logo

#d30490 Color Hex

#D30490
(211,4,144)
0 Favorites   0 Comments

Color spaces of #d30490

RGB 2114144
HSL0.890.960.42
HSV319°98°83°
CMYK 0.000.980.32   0.17
XYZ31.941415.949327.7806
Yxy15.94930.42210.2108
Hunter Lab39.936672.8759-13.2876
CIE-Lab46.907976.4683-18.3881

#d30490 color RGB value is (211,4,144).

#d30490 hex color red value is 211, green value is 4 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d30490 hue: 0.89 , saturation: 0.96 and the lightness value of d30490 is 0.42.

The process color (four color CMYK) of #d30490 color hex is 0.00, 0.98, 0.32, 0.17. Web safe color of #d30490 is #cc0099. Color #d30490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000100 10010000
Octal 323 4 220
Decimal 211 4 144
Hex D3 4 90

RGB Percentages of Color #d30490

%58.77
%1.11
%40.11

CMYK Percentages of Color #d30490

%0
%98
%32
%17

Triadic Colors of #d30490

#d30490 #90d304 #0490d3

Analogous Colors of #d30490

#d30490 #d30428 #af04d3

Monochromatic Colors of #d30490

#d30490

Complementary Color

#d30490 #04d347

#d30490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30490 Color CSS Codes

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

#d30490 Text Font Color

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

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


#d30490 Background Color

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

This div background color is #d30490


#d30490 Border Color

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

This div border color is #d30490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30490


Comments

No comments written yet.

Please login to write comment.