Color Hex Logo

#d30dbe Color Hex

#D30DBE
(211,13,190)
0 Favorites   0 Comments

Color spaces of #d30dbe

RGB 21113190
HSL0.850.880.44
HSV306°94°83°
CMYK 0.000.940.10   0.17
XYZ36.302217.854450.2481
Yxy17.85440.34770.1710
Hunter Lab42.254579.4099-40.9283
CIE-Lab49.319081.2254-41.9360

#d30dbe color RGB value is (211,13,190).

#d30dbe hex color red value is 211, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d30dbe hue: 0.85 , saturation: 0.88 and the lightness value of d30dbe is 0.44.

The process color (four color CMYK) of #d30dbe color hex is 0.00, 0.94, 0.10, 0.17. Web safe color of #d30dbe is #cc00cc. Color #d30dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001101 10111110
Octal 323 15 276
Decimal 211 13 190
Hex D3 D BE

RGB Percentages of Color #d30dbe

%50.97
%3.14
%45.89

CMYK Percentages of Color #d30dbe

%0
%94
%10
%17

Triadic Colors of #d30dbe

#d30dbe #bed30d #0dbed3

Analogous Colors of #d30dbe

#d30dbe #d30d5b #850dd3

Monochromatic Colors of #d30dbe

#d30dbe

Complementary Color

#d30dbe #0dd322

#d30dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30dbe Color CSS Codes

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

#d30dbe Text Font Color

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

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


#d30dbe Background Color

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

This div background color is #d30dbe


#d30dbe Border Color

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

This div border color is #d30dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30dbe


Comments

No comments written yet.

Please login to write comment.