Color Hex Logo

#d04dea Color Hex

#D04DEA
(208,77,234)
0 Favorites   0 Comments

Color spaces of #d04dea

RGB 20877234
HSL0.810.790.61
HSV290°67°92°
CMYK 0.110.670.00   0.08
XYZ43.517624.658280.3078
Yxy24.65820.29310.1661
Hunter Lab49.657069.5311-61.1268
CIE-Lab56.740971.8326-55.2865

#d04dea color RGB value is (208,77,234).

#d04dea hex color red value is 208, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d04dea hue: 0.81 , saturation: 0.79 and the lightness value of d04dea is 0.61.

The process color (four color CMYK) of #d04dea color hex is 0.11, 0.67, 0.00, 0.08. Web safe color of #d04dea is #cc66ff. Color #d04dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001101 11101010
Octal 320 115 352
Decimal 208 77 234
Hex D0 4D EA

RGB Percentages of Color #d04dea

%40.08
%14.84
%45.09

CMYK Percentages of Color #d04dea

%11
%67
%0
%8

Triadic Colors of #d04dea

#d04dea #ead04d #4dead0

Analogous Colors of #d04dea

#d04dea #ea4db6 #824dea

Monochromatic Colors of #d04dea

#d04dea

Complementary Color

#d04dea #67ea4d

#d04dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04dea Color CSS Codes

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

#d04dea Text Font Color

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

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


#d04dea Background Color

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

This div background color is #d04dea


#d04dea Border Color

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

This div border color is #d04dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04dea


Comments

No comments written yet.

Please login to write comment.