Color Hex Logo

#d70edb Color Hex

#D70EDB
(215,14,219)
0 Favorites   0 Comments

Color spaces of #d70edb

RGB 21514219
HSL0.830.880.46
HSV299°94°86°
CMYK 0.020.940.00   0.14
XYZ40.967619.875668.6950
Yxy19.87560.31630.1534
Hunter Lab44.582186.0096-60.1505
CIE-Lab51.696385.8974-54.8169

#d70edb color RGB value is (215,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001110 11011011
Octal 327 16 333
Decimal 215 14 219
Hex D7 E DB

RGB Percentages of Color #d70edb

%47.99
%3.13
%48.88

CMYK Percentages of Color #d70edb

%2
%94
%0
%14

Triadic Colors of #d70edb

#d70edb #dbd70e #0edbd7

Analogous Colors of #d70edb

#d70edb #db0e79 #710edb

Monochromatic Colors of #d70edb

#d70edb

Complementary Color

#d70edb #12db0e

#d70edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70edb Color CSS Codes

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

#d70edb Text Font Color

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

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


#d70edb Background Color

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

This div background color is #d70edb


#d70edb Border Color

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

This div border color is #d70edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70edb


Comments

No comments written yet.

Please login to write comment.