Color Hex Logo

#d42aee Color Hex

#D42AEE
(212,42,238)
0 Favorites   0 Comments

Color spaces of #d42aee

RGB 21242238
HSL0.810.850.55
HSV292°82°93°
CMYK 0.110.820.00   0.07
XYZ43.412021.826082.8137
Yxy21.82600.29320.1474
Hunter Lab46.718384.1103-72.3957
CIE-Lab53.841984.0162-62.1451

#d42aee color RGB value is (212,42,238).

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

The process color (four color CMYK) of #d42aee color hex is 0.11, 0.82, 0.00, 0.07. Web safe color of #d42aee is #cc33ff. Color #d42aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101010 11101110
Octal 324 52 356
Decimal 212 42 238
Hex D4 2A EE

RGB Percentages of Color #d42aee

%43.09
%8.54
%48.37

CMYK Percentages of Color #d42aee

%11
%82
%0
%7

Triadic Colors of #d42aee

#d42aee #eed42a #2aeed4

Analogous Colors of #d42aee

#d42aee #ee2aa6 #722aee

Monochromatic Colors of #d42aee

#d42aee

Complementary Color

#d42aee #44ee2a

#d42aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42aee Color CSS Codes

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

#d42aee Text Font Color

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

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


#d42aee Background Color

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

This div background color is #d42aee


#d42aee Border Color

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

This div border color is #d42aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42aee


Comments

No comments written yet.

Please login to write comment.