Color Hex Logo

#d027dd Color Hex

#D027DD
(208,39,221)
0 Favorites   0 Comments

Color spaces of #d027dd

RGB 20839221
HSL0.820.730.51
HSV296°82°87°
CMYK 0.060.820.00   0.13
XYZ39.789120.081470.1856
Yxy20.08140.30590.1544
Hunter Lab44.812380.0698-61.4922
CIE-Lab51.929181.2368-55.6472

#d027dd color RGB value is (208,39,221).

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

The process color (four color CMYK) of #d027dd color hex is 0.06, 0.82, 0.00, 0.13. Web safe color of #d027dd is #cc33cc. Color #d027dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 11011101
Octal 320 47 335
Decimal 208 39 221
Hex D0 27 DD

RGB Percentages of Color #d027dd

%44.44
%8.33
%47.22

CMYK Percentages of Color #d027dd

%6
%82
%0
%13

Triadic Colors of #d027dd

#d027dd #ddd027 #27ddd0

Analogous Colors of #d027dd

#d027dd #dd278f #7527dd

Monochromatic Colors of #d027dd

#d027dd

Complementary Color

#d027dd #34dd27

#d027dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d027dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d027dd Color CSS Codes

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

#d027dd Text Font Color

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

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


#d027dd Background Color

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

This div background color is #d027dd


#d027dd Border Color

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

This div border color is #d027dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,39,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d027dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d027dd


Comments

No comments written yet.

Please login to write comment.