Color Hex Logo

#d512db Color Hex

#D512DB
(213,18,219)
0 Favorites   0 Comments

Color spaces of #d512db

RGB 21318219
HSL0.830.850.46
HSV298°92°86°
CMYK 0.030.920.00   0.14
XYZ40.443119.693268.6874
Yxy19.69320.31390.1529
Hunter Lab44.377085.0166-60.7060
CIE-Lab51.488585.1740-55.1687

#d512db color RGB value is (213,18,219).

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

The process color (four color CMYK) of #d512db color hex is 0.03, 0.92, 0.00, 0.14. Web safe color of #d512db is #cc00cc. Color #d512db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010010 11011011
Octal 325 22 333
Decimal 213 18 219
Hex D5 12 DB

RGB Percentages of Color #d512db

%47.33
%4.00
%48.67

CMYK Percentages of Color #d512db

%3
%92
%0
%14

Triadic Colors of #d512db

#d512db #dbd512 #12dbd5

Analogous Colors of #d512db

#d512db #db127d #7112db

Monochromatic Colors of #d512db

#d512db

Complementary Color

#d512db #18db12

#d512db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d512db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d512db Color CSS Codes

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

#d512db Text Font Color

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

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


#d512db Background Color

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

This div background color is #d512db


#d512db Border Color

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

This div border color is #d512db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d512db


Comments

No comments written yet.

Please login to write comment.