Color Hex Logo

#d578db Color Hex

#D578DB
(213,120,219)
0 Favorites   0 Comments

Color spaces of #d578db

RGB 213120219
HSL0.820.580.66
HSV296°45°86°
CMYK 0.030.450.00   0.14
XYZ46.943232.693570.8541
Yxy32.69350.31190.2172
Hunter Lab57.178246.4862-33.4462
CIE-Lab63.912050.7802-35.5340

#d578db color RGB value is (213,120,219).

#d578db hex color red value is 213, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d578db hue: 0.82 , saturation: 0.58 and the lightness value of d578db is 0.66.

The process color (four color CMYK) of #d578db color hex is 0.03, 0.45, 0.00, 0.14. Web safe color of #d578db is #cc66cc. Color #d578db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111000 11011011
Octal 325 170 333
Decimal 213 120 219
Hex D5 78 DB

RGB Percentages of Color #d578db

%38.59
%21.74
%39.67

CMYK Percentages of Color #d578db

%3
%45
%0
%14

Triadic Colors of #d578db

#d578db #dbd578 #78dbd5

Analogous Colors of #d578db

#d578db #db78b0 #a478db

Monochromatic Colors of #d578db

#d578db

Complementary Color

#d578db #7edb78

#d578db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d578db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d578db Color CSS Codes

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

#d578db Text Font Color

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

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


#d578db Background Color

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

This div background color is #d578db


#d578db Border Color

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

This div border color is #d578db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d578db


Comments

No comments written yet.

Please login to write comment.