Color Hex Logo

#d030db Color Hex

#D030DB
(208,48,219)
0 Favorites   0 Comments

Color spaces of #d030db

RGB 20848219
HSL0.820.700.52
HSV296°78°86°
CMYK 0.050.780.00   0.14
XYZ39.855620.638368.9008
Yxy20.63830.30800.1595
Hunter Lab45.429477.0981-58.1220
CIE-Lab52.551378.7630-53.5137

#d030db color RGB value is (208,48,219).

#d030db hex color red value is 208, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d030db hue: 0.82 , saturation: 0.70 and the lightness value of d030db is 0.52.

The process color (four color CMYK) of #d030db color hex is 0.05, 0.78, 0.00, 0.14. Web safe color of #d030db is #cc33cc. Color #d030db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 11011011
Octal 320 60 333
Decimal 208 48 219
Hex D0 30 DB

RGB Percentages of Color #d030db

%43.79
%10.11
%46.11

CMYK Percentages of Color #d030db

%5
%78
%0
%14

Triadic Colors of #d030db

#d030db #dbd030 #30dbd0

Analogous Colors of #d030db

#d030db #db3091 #7b30db

Monochromatic Colors of #d030db

#d030db

Complementary Color

#d030db #3bdb30

#d030db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d030db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d030db Color CSS Codes

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

#d030db Text Font Color

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

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


#d030db Background Color

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

This div background color is #d030db


#d030db Border Color

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

This div border color is #d030db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,48,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d030db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d030db;
  -webkit-box-shadow: 1px 1px 3px 2px #d030db;
  box-shadow:         1px 1px 3px 2px #d030db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d030db


Comments

No comments written yet.

Please login to write comment.