Color Hex Logo

#d370db Color Hex

#D370DB
(211,112,219)
0 Favorites   0 Comments

Color spaces of #d370db

RGB 211112219
HSL0.820.600.65
HSV296°49°86°
CMYK 0.040.490.00   0.14
XYZ45.444330.551770.5197
Yxy30.55170.31020.2085
Hunter Lab55.273650.0286-36.9524
CIE-Lab62.127454.2204-38.3378

#d370db color RGB value is (211,112,219).

#d370db hex color red value is 211, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d370db hue: 0.82 , saturation: 0.60 and the lightness value of d370db is 0.65.

The process color (four color CMYK) of #d370db color hex is 0.04, 0.49, 0.00, 0.14. Web safe color of #d370db is #cc66cc. Color #d370db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 11011011
Octal 323 160 333
Decimal 211 112 219
Hex D3 70 DB

RGB Percentages of Color #d370db

%38.93
%20.66
%40.41

CMYK Percentages of Color #d370db

%4
%49
%0
%14

Triadic Colors of #d370db

#d370db #dbd370 #70dbd3

Analogous Colors of #d370db

#d370db #db70ae #9e70db

Monochromatic Colors of #d370db

#d370db

Complementary Color

#d370db #78db70

#d370db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d370db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d370db Color CSS Codes

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

#d370db Text Font Color

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

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


#d370db Background Color

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

This div background color is #d370db


#d370db Border Color

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

This div border color is #d370db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d370db


Comments

No comments written yet.

Please login to write comment.