Color Hex Logo

#d03ada Color Hex

#D03ADA
(208,58,218)
0 Favorites   0 Comments

Color spaces of #d03ada

RGB 20858218
HSL0.820.680.54
HSV296°73°85°
CMYK 0.050.730.00   0.15
XYZ40.180421.498068.3614
Yxy21.49800.30900.1653
Hunter Lab46.365973.5465-54.9603
CIE-Lab53.490375.7298-51.4456

#d03ada color RGB value is (208,58,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111010 11011010
Octal 320 72 332
Decimal 208 58 218
Hex D0 3A DA

RGB Percentages of Color #d03ada

%42.98
%11.98
%45.04

CMYK Percentages of Color #d03ada

%5
%73
%0
%15

Triadic Colors of #d03ada

#d03ada #dad03a #3adad0

Analogous Colors of #d03ada

#d03ada #da3a94 #803ada

Monochromatic Colors of #d03ada

#d03ada

Complementary Color

#d03ada #44da3a

#d03ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03ada Color CSS Codes

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

#d03ada Text Font Color

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

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


#d03ada Background Color

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

This div background color is #d03ada


#d03ada Border Color

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

This div border color is #d03ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03ada


Comments

No comments written yet.

Please login to write comment.