Color Hex Logo

#d034db Color Hex

#D034DB
(208,52,219)
0 Favorites   0 Comments

Color spaces of #d034db

RGB 20852219
HSL0.820.700.53
HSV296°76°86°
CMYK 0.050.760.00   0.14
XYZ40.026620.980468.9578
Yxy20.98040.30800.1614
Hunter Lab45.804475.8264-57.1972
CIE-Lab52.928077.6738-52.9116

#d034db color RGB value is (208,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110100 11011011
Octal 320 64 333
Decimal 208 52 219
Hex D0 34 DB

RGB Percentages of Color #d034db

%43.42
%10.86
%45.72

CMYK Percentages of Color #d034db

%5
%76
%0
%14

Triadic Colors of #d034db

#d034db #dbd034 #34dbd0

Analogous Colors of #d034db

#d034db #db3493 #7d34db

Monochromatic Colors of #d034db

#d034db

Complementary Color

#d034db #3fdb34

#d034db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d034db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d034db Color CSS Codes

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

#d034db Text Font Color

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

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


#d034db Background Color

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

This div background color is #d034db


#d034db Border Color

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

This div border color is #d034db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,52,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 #d034db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d034db


Comments

No comments written yet.

Please login to write comment.