Color Hex Logo

#d934db Color Hex

#D934DB
(217,52,219)
0 Favorites   0 Comments

Color spaces of #d934db

RGB 21752219
HSL0.830.700.53
HSV299°76°86°
CMYK 0.010.760.00   0.14
XYZ42.629422.322269.0796
Yxy22.32220.31810.1665
Hunter Lab47.246478.3756-53.6163
CIE-Lab54.367279.4240-50.5313

#d934db color RGB value is (217,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110100 11011011
Octal 331 64 333
Decimal 217 52 219
Hex D9 34 DB

RGB Percentages of Color #d934db

%44.47
%10.66
%44.88

CMYK Percentages of Color #d934db

%1
%76
%0
%14

Triadic Colors of #d934db

#d934db #dbd934 #34dbd9

Analogous Colors of #d934db

#d934db #db348a #8634db

Monochromatic Colors of #d934db

#d934db

Complementary Color

#d934db #36db34

#d934db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d934db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d934db Color CSS Codes

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

#d934db Text Font Color

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

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


#d934db Background Color

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

This div background color is #d934db


#d934db Border Color

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

This div border color is #d934db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d934db


Comments

No comments written yet.

Please login to write comment.