Color Hex Logo

#d04ada Color Hex

#D04ADA
(208,74,218)
0 Favorites   0 Comments

Color spaces of #d04ada

RGB 20874218
HSL0.820.660.57
HSV296°66°85°
CMYK 0.050.660.00   0.15
XYZ41.116123.369468.6734
Yxy23.36940.30880.1755
Hunter Lab48.341967.2207-50.3867
CIE-Lab55.450870.1698-48.3255

#d04ada color RGB value is (208,74,218).

#d04ada hex color red value is 208, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d04ada hue: 0.82 , saturation: 0.66 and the lightness value of d04ada is 0.57.

The process color (four color CMYK) of #d04ada color hex is 0.05, 0.66, 0.00, 0.15. Web safe color of #d04ada is #cc33cc. Color #d04ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11011010
Octal 320 112 332
Decimal 208 74 218
Hex D0 4A DA

RGB Percentages of Color #d04ada

%41.60
%14.80
%43.60

CMYK Percentages of Color #d04ada

%5
%66
%0
%15

Triadic Colors of #d04ada

#d04ada #dad04a #4adad0

Analogous Colors of #d04ada

#d04ada #da4a9c #884ada

Monochromatic Colors of #d04ada

#d04ada

Complementary Color

#d04ada #54da4a

#d04ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04ada Color CSS Codes

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

#d04ada Text Font Color

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

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


#d04ada Background Color

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

This div background color is #d04ada


#d04ada Border Color

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

This div border color is #d04ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04ada


Comments

No comments written yet.

Please login to write comment.