Color Hex Logo

#d027ed Color Hex

#D027ED
(208,39,237)
0 Favorites   0 Comments

Color spaces of #d027ed

RGB 20839237
HSL0.810.850.54
HSV291°84°93°
CMYK 0.120.840.00   0.07
XYZ42.024020.975481.9545
Yxy20.97540.28990.1447
Hunter Lab45.798983.6393-74.0368
CIE-Lab52.922683.8305-63.0966

#d027ed color RGB value is (208,39,237).

#d027ed hex color red value is 208, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d027ed hue: 0.81 , saturation: 0.85 and the lightness value of d027ed is 0.54.

The process color (four color CMYK) of #d027ed color hex is 0.12, 0.84, 0.00, 0.07. Web safe color of #d027ed is #cc33ff. Color #d027ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 11101101
Octal 320 47 355
Decimal 208 39 237
Hex D0 27 ED

RGB Percentages of Color #d027ed

%42.98
%8.06
%48.97

CMYK Percentages of Color #d027ed

%12
%84
%0
%7

Triadic Colors of #d027ed

#d027ed #edd027 #27edd0

Analogous Colors of #d027ed

#d027ed #ed27a7 #6d27ed

Monochromatic Colors of #d027ed

#d027ed

Complementary Color

#d027ed #44ed27

#d027ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d027ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d027ed Color CSS Codes

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

#d027ed Text Font Color

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

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


#d027ed Background Color

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

This div background color is #d027ed


#d027ed Border Color

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

This div border color is #d027ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d027ed


Comments

No comments written yet.

Please login to write comment.