Color Hex Logo

#d272db Color Hex

#D272DB
(210,114,219)
0 Favorites   0 Comments

Color spaces of #d272db

RGB 210114219
HSL0.820.590.65
HSV295°48°86°
CMYK 0.040.480.00   0.14
XYZ45.381830.850770.5807
Yxy30.85070.30910.2101
Hunter Lab55.543448.6427-36.4612
CIE-Lab62.381452.9460-37.9497

#d272db color RGB value is (210,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110010 11011011
Octal 322 162 333
Decimal 210 114 219
Hex D2 72 DB

RGB Percentages of Color #d272db

%38.67
%20.99
%40.33

CMYK Percentages of Color #d272db

%4
%48
%0
%14

Triadic Colors of #d272db

#d272db #dbd272 #72dbd2

Analogous Colors of #d272db

#d272db #db72b0 #9e72db

Monochromatic Colors of #d272db

#d272db

Complementary Color

#d272db #7bdb72

#d272db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d272db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d272db Color CSS Codes

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

#d272db Text Font Color

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

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


#d272db Background Color

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

This div background color is #d272db


#d272db Border Color

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

This div border color is #d272db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d272db


Comments

No comments written yet.

Please login to write comment.