color codes Logo

#d70dbd color codes

#D70DBD
(215,13,189)
0 Favorites   0 Comments

Color spaces of #d70dbd

RGB 21513189
HSL0.850.890.45
HSV308°94°84°
CMYK 0.000.940.12   0.16
XYZ37.353618.409049.7287
Yxy18.40900.35410.1745
Hunter Lab42.905780.3166-38.6845
CIE-Lab49.988581.8088-40.2474

#d70dbd color RGB value is (215,13,189).

#d70dbd hex color red value is 215, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d70dbd hue: 0.85 , saturation: 0.89 and the lightness value of d70dbd is 0.45.

The process color (four color CMYK) of #d70dbd color code is 0.00, 0.94, 0.12, 0.16. Web safe color of #d70dbd is #cc00cc. Color #d70dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001101 10111101
Octal 327 15 275
Decimal 215 13 189
Hex D7 D BD

RGB Percentages of Color #d70dbd

%51.56
%3.12
%45.32

CMYK Percentages of Color #d70dbd

%0
%94
%12
%16

Triadic Colors of #d70dbd

#d70dbd #bdd70d #0dbdd7

Analogous Colors of #d70dbd

#d70dbd #d70d58 #8c0dd7

Monochromatic Colors of #d70dbd

#d70dbd

Complementary Color

#d70dbd #0dd727

#d70dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70dbd Color CSS Codes

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

#d70dbd Text Font Color

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

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


#d70dbd Background Color

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

This div background color is #d70dbd


#d70dbd Border Color

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

This div border color is #d70dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,13,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d70dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70dbd


Comments

No comments written yet.

Please login to write comment.