Color Hex Logo

#d542db Color Hex

#D542DB
(213,66,219)
0 Favorites   0 Comments

Color spaces of #d542db

RGB 21366219
HSL0.830.680.56
HSV298°70°86°
CMYK 0.030.700.00   0.14
XYZ42.175023.157069.2647
Yxy23.15700.31330.1720
Hunter Lab48.121772.2286-51.6547
CIE-Lab55.233774.3245-49.1908

#d542db color RGB value is (213,66,219).

#d542db hex color red value is 213, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d542db hue: 0.83 , saturation: 0.68 and the lightness value of d542db is 0.56.

The process color (four color CMYK) of #d542db color hex is 0.03, 0.70, 0.00, 0.14. Web safe color of #d542db is #cc33cc. Color #d542db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 11011011
Octal 325 102 333
Decimal 213 66 219
Hex D5 42 DB

RGB Percentages of Color #d542db

%42.77
%13.25
%43.98

CMYK Percentages of Color #d542db

%3
%70
%0
%14

Triadic Colors of #d542db

#d542db #dbd542 #42dbd5

Analogous Colors of #d542db

#d542db #db4295 #8942db

Monochromatic Colors of #d542db

#d542db

Complementary Color

#d542db #48db42

#d542db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d542db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d542db Color CSS Codes

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

#d542db Text Font Color

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

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


#d542db Background Color

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

This div background color is #d542db


#d542db Border Color

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

This div border color is #d542db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d542db


Comments

No comments written yet.

Please login to write comment.