Color Hex Logo

#d027db Color Hex

#D027DB
(208,39,219)
0 Favorites   0 Comments

Color spaces of #d027db

RGB 20839219
HSL0.820.710.51
HSV296°82°86°
CMYK 0.050.820.00   0.14
XYZ39.524119.975468.7903
Yxy19.97540.30810.1557
Hunter Lab44.693879.6386-59.9702
CIE-Lab51.809480.9206-54.7011

#d027db color RGB value is (208,39,219).

#d027db hex color red value is 208, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d027db hue: 0.82 , saturation: 0.71 and the lightness value of d027db is 0.51.

The process color (four color CMYK) of #d027db color hex is 0.05, 0.82, 0.00, 0.14. Web safe color of #d027db is #cc33cc. Color #d027db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 11011011
Octal 320 47 333
Decimal 208 39 219
Hex D0 27 DB

RGB Percentages of Color #d027db

%44.64
%8.37
%47.00

CMYK Percentages of Color #d027db

%5
%82
%0
%14

Triadic Colors of #d027db

#d027db #dbd027 #27dbd0

Analogous Colors of #d027db

#d027db #db278c #7627db

Monochromatic Colors of #d027db

#d027db

Complementary Color

#d027db #32db27

#d027db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d027db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d027db Color CSS Codes

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

#d027db Text Font Color

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

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


#d027db Background Color

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

This div background color is #d027db


#d027db Border Color

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

This div border color is #d027db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d027db


Comments

No comments written yet.

Please login to write comment.