Color Hex Logo

#d42ad7 Color Hex

#D42AD7
(212,42,215)
0 Favorites   0 Comments

Color spaces of #d42ad7

RGB 21242215
HSL0.830.680.50
HSV299°80°84°
CMYK 0.010.800.00   0.16
XYZ40.245120.559366.1372
Yxy20.55930.31700.1620
Hunter Lab45.342479.0844-54.7418
CIE-Lab52.463880.3557-51.3376

#d42ad7 color RGB value is (212,42,215).

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

The process color (four color CMYK) of #d42ad7 color hex is 0.01, 0.80, 0.00, 0.16. Web safe color of #d42ad7 is #cc33cc. Color #d42ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101010 11010111
Octal 324 52 327
Decimal 212 42 215
Hex D4 2A D7

RGB Percentages of Color #d42ad7

%45.20
%8.96
%45.84

CMYK Percentages of Color #d42ad7

%1
%80
%0
%16

Triadic Colors of #d42ad7

#d42ad7 #d7d42a #2ad7d4

Analogous Colors of #d42ad7

#d42ad7 #d72a84 #7e2ad7

Monochromatic Colors of #d42ad7

#d42ad7

Complementary Color

#d42ad7 #2dd72a

#d42ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42ad7 Color CSS Codes

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

#d42ad7 Text Font Color

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

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


#d42ad7 Background Color

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

This div background color is #d42ad7


#d42ad7 Border Color

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

This div border color is #d42ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42ad7


Comments

No comments written yet.

Please login to write comment.