Color Hex Logo

#d271db Color Hex

#D271DB
(210,113,219)
0 Favorites   0 Comments

Color spaces of #d271db

RGB 210113219
HSL0.820.600.65
HSV295°48°86°
CMYK 0.040.480.00   0.14
XYZ45.269730.626470.5433
Yxy30.62640.30910.2091
Hunter Lab55.341149.1682-36.8381
CIE-Lab62.191053.4448-38.2474

#d271db color RGB value is (210,113,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110001 11011011
Octal 322 161 333
Decimal 210 113 219
Hex D2 71 DB

RGB Percentages of Color #d271db

%38.75
%20.85
%40.41

CMYK Percentages of Color #d271db

%4
%48
%0
%14

Triadic Colors of #d271db

#d271db #dbd271 #71dbd2

Analogous Colors of #d271db

#d271db #db71af #9d71db

Monochromatic Colors of #d271db

#d271db

Complementary Color

#d271db #7adb71

#d271db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d271db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d271db Color CSS Codes

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

#d271db Text Font Color

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

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


#d271db Background Color

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

This div background color is #d271db


#d271db Border Color

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

This div border color is #d271db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d271db


Comments

No comments written yet.

Please login to write comment.