Color Hex Logo

#d42abe Color Hex

#D42ABE
(212,42,190)
0 Favorites   0 Comments

Color spaces of #d42abe

RGB 21242190
HSL0.850.670.50
HSV308°80°83°
CMYK 0.000.800.10   0.17
XYZ37.273619.370750.4896
Yxy19.37070.34790.1808
Hunter Lab44.012274.1492-37.2074
CIE-Lab51.118176.6780-39.0814

#d42abe color RGB value is (212,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101010 10111110
Octal 324 52 276
Decimal 212 42 190
Hex D4 2A BE

RGB Percentages of Color #d42abe

%47.75
%9.46
%42.79

CMYK Percentages of Color #d42abe

%0
%80
%10
%17

Triadic Colors of #d42abe

#d42abe #bed42a #2abed4

Analogous Colors of #d42abe

#d42abe #d42a69 #952ad4

Monochromatic Colors of #d42abe

#d42abe

Complementary Color

#d42abe #2ad440

#d42abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42abe Color CSS Codes

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

#d42abe Text Font Color

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

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


#d42abe Background Color

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

This div background color is #d42abe


#d42abe Border Color

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

This div border color is #d42abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42abe


Comments

No comments written yet.

Please login to write comment.