Color Hex Logo

#d538db Color Hex

#D538DB
(213,56,219)
0 Favorites   0 Comments

Color spaces of #d538db

RGB 21356219
HSL0.830.690.54
HSV298°74°86°
CMYK 0.030.740.00   0.14
XYZ41.640922.089069.0867
Yxy22.08900.31350.1663
Hunter Lab46.998975.9023-54.2549
CIE-Lab54.121377.5025-50.9612

#d538db color RGB value is (213,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 11011011
Octal 325 70 333
Decimal 213 56 219
Hex D5 38 DB

RGB Percentages of Color #d538db

%43.65
%11.48
%44.88

CMYK Percentages of Color #d538db

%3
%74
%0
%14

Triadic Colors of #d538db

#d538db #dbd538 #38dbd5

Analogous Colors of #d538db

#d538db #db3890 #8438db

Monochromatic Colors of #d538db

#d538db

Complementary Color

#d538db #3edb38

#d538db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538db Color CSS Codes

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

#d538db Text Font Color

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

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


#d538db Background Color

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

This div background color is #d538db


#d538db Border Color

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

This div border color is #d538db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538db


Comments

No comments written yet.

Please login to write comment.