Color Hex Logo

#d634db Color Hex

#D634DB
(214,52,219)
0 Favorites   0 Comments

Color spaces of #d634db

RGB 21452219
HSL0.830.700.53
HSV298°76°86°
CMYK 0.020.760.00   0.14
XYZ41.745721.866669.0383
Yxy21.86660.31470.1648
Hunter Lab46.761777.5196-54.8016
CIE-Lab53.885278.8386-51.3282

#d634db color RGB value is (214,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 11011011
Octal 326 64 333
Decimal 214 52 219
Hex D6 34 DB

RGB Percentages of Color #d634db

%44.12
%10.72
%45.15

CMYK Percentages of Color #d634db

%2
%76
%0
%14

Triadic Colors of #d634db

#d634db #dbd634 #34dbd6

Analogous Colors of #d634db

#d634db #db348d #8334db

Monochromatic Colors of #d634db

#d634db

Complementary Color

#d634db #39db34

#d634db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d634db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d634db Color CSS Codes

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

#d634db Text Font Color

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

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


#d634db Background Color

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

This div background color is #d634db


#d634db Border Color

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

This div border color is #d634db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d634db


Comments

No comments written yet.

Please login to write comment.