Color Hex Logo

#d05ada Color Hex

#D05ADA
(208,90,218)
0 Favorites   0 Comments

Color spaces of #d05ada

RGB 20890218
HSL0.820.630.60
HSV295°59°85°
CMYK 0.050.590.00   0.15
XYZ42.323525.784269.0758
Yxy25.78420.30850.1880
Hunter Lab50.778159.9177-45.1102
CIE-Lab57.831663.5735-44.5550

#d05ada color RGB value is (208,90,218).

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

The process color (four color CMYK) of #d05ada color hex is 0.05, 0.59, 0.00, 0.15. Web safe color of #d05ada is #cc66cc. Color #d05ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011010 11011010
Octal 320 132 332
Decimal 208 90 218
Hex D0 5A DA

RGB Percentages of Color #d05ada

%40.31
%17.44
%42.25

CMYK Percentages of Color #d05ada

%5
%59
%0
%15

Triadic Colors of #d05ada

#d05ada #dad05a #5adad0

Analogous Colors of #d05ada

#d05ada #da5aa4 #905ada

Monochromatic Colors of #d05ada

#d05ada

Complementary Color

#d05ada #64da5a

#d05ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05ada Color CSS Codes

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

#d05ada Text Font Color

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

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


#d05ada Background Color

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

This div background color is #d05ada


#d05ada Border Color

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

This div border color is #d05ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05ada


Comments

No comments written yet.

Please login to write comment.