Color Hex Logo

#d712db Color Hex

#D712DB
(215,18,219)
0 Favorites   0 Comments

Color spaces of #d712db

RGB 21518219
HSL0.830.850.46
HSV299°92°86°
CMYK 0.020.920.00   0.14
XYZ41.026819.994268.7147
Yxy19.99420.31620.1541
Hunter Lab44.714985.5263-59.8123
CIE-Lab51.830785.5000-54.6016

#d712db color RGB value is (215,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010010 11011011
Octal 327 22 333
Decimal 215 18 219
Hex D7 12 DB

RGB Percentages of Color #d712db

%47.57
%3.98
%48.45

CMYK Percentages of Color #d712db

%2
%92
%0
%14

Triadic Colors of #d712db

#d712db #dbd712 #12dbd7

Analogous Colors of #d712db

#d712db #db127b #7312db

Monochromatic Colors of #d712db

#d712db

Complementary Color

#d712db #16db12

#d712db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d712db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d712db Color CSS Codes

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

#d712db Text Font Color

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

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


#d712db Background Color

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

This div background color is #d712db


#d712db Border Color

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

This div border color is #d712db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d712db


Comments

No comments written yet.

Please login to write comment.