Color Hex Logo

#d70ddb Color Hex

#D70DDB
(215,13,219)
0 Favorites   0 Comments

Color spaces of #d70ddb

RGB 21513219
HSL0.830.890.45
HSV299°94°86°
CMYK 0.020.940.00   0.14
XYZ40.954419.849468.6906
Yxy19.84940.31630.1533
Hunter Lab44.552786.1164-60.2255
CIE-Lab51.666585.9851-54.8645

#d70ddb color RGB value is (215,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001101 11011011
Octal 327 15 333
Decimal 215 13 219
Hex D7 D DB

RGB Percentages of Color #d70ddb

%48.10
%2.91
%48.99

CMYK Percentages of Color #d70ddb

%2
%94
%0
%14

Triadic Colors of #d70ddb

#d70ddb #dbd70d #0ddbd7

Analogous Colors of #d70ddb

#d70ddb #db0d78 #700ddb

Monochromatic Colors of #d70ddb

#d70ddb

Complementary Color

#d70ddb #11db0d

#d70ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70ddb Color CSS Codes

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

#d70ddb Text Font Color

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

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


#d70ddb Background Color

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

This div background color is #d70ddb


#d70ddb Border Color

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

This div border color is #d70ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70ddb


Comments

No comments written yet.

Please login to write comment.