Color Hex Logo

#d42ab5 Color Hex

#D42AB5
(212,42,181)
0 Favorites   0 Comments

Color spaces of #d42ab5

RGB 21242181
HSL0.860.670.50
HSV311°80°83°
CMYK 0.000.800.15   0.17
XYZ36.319818.989245.4671
Yxy18.98920.36040.1884
Hunter Lab43.576672.5154-31.3586
CIE-Lab50.674675.4411-34.5328

#d42ab5 color RGB value is (212,42,181).

#d42ab5 hex color red value is 212, green value is 42 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #d42ab5 hue: 0.86 , saturation: 0.67 and the lightness value of d42ab5 is 0.50.

The process color (four color CMYK) of #d42ab5 color hex is 0.00, 0.80, 0.15, 0.17. Web safe color of #d42ab5 is #cc33cc. Color #d42ab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101010 10110101
Octal 324 52 265
Decimal 212 42 181
Hex D4 2A B5

RGB Percentages of Color #d42ab5

%48.74
%9.66
%41.61

CMYK Percentages of Color #d42ab5

%0
%80
%15
%17

Triadic Colors of #d42ab5

#d42ab5 #b5d42a #2ab5d4

Analogous Colors of #d42ab5

#d42ab5 #d42a60 #9e2ad4

Monochromatic Colors of #d42ab5

#d42ab5

Complementary Color

#d42ab5 #2ad449

#d42ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42ab5 Color CSS Codes

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

#d42ab5 Text Font Color

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

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


#d42ab5 Background Color

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

This div background color is #d42ab5


#d42ab5 Border Color

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

This div border color is #d42ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42ab5


Comments

No comments written yet.

Please login to write comment.