color codes Logo

#d02aa5 color codes

#D02AA5
(208,42,165)
0 Favorites   0 Comments

Color spaces of #d02aa5

RGB 20842165
HSL0.880.660.49
HSV316°80°82°
CMYK 0.000.800.21   0.18
XYZ33.631917.782437.2571
Yxy17.78240.37930.2005
Hunter Lab42.169268.5660-22.8652
CIE-Lab49.231172.4820-27.4203

#d02aa5 color RGB value is (208,42,165).

#d02aa5 hex color red value is 208, green value is 42 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #d02aa5 hue: 0.88 , saturation: 0.66 and the lightness value of d02aa5 is 0.49.

The process color (four color CMYK) of #d02aa5 color code is 0.00, 0.80, 0.21, 0.18. Web safe color of #d02aa5 is #cc3399. Color #d02aa5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101010 10100101
Octal 320 52 245
Decimal 208 42 165
Hex D0 2A A5

RGB Percentages of Color #d02aa5

%50.12
%10.12
%39.76

CMYK Percentages of Color #d02aa5

%0
%80
%21
%18

Triadic Colors of #d02aa5

#d02aa5 #a5d02a #2aa5d0

Analogous Colors of #d02aa5

#d02aa5 #d02a52 #a82ad0

Monochromatic Colors of #d02aa5

#d02aa5

Complementary Color

#d02aa5 #2ad055

#d02aa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02aa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02aa5 Color CSS Codes

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

#d02aa5 Text Font Color

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

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


#d02aa5 Background Color

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

This div background color is #d02aa5


#d02aa5 Border Color

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

This div border color is #d02aa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02aa5


Comments

No comments written yet.

Please login to write comment.