Color Hex Logo

#d42edd Color Hex

#D42EDD
(212,46,221)
0 Favorites   0 Comments

Color spaces of #d42edd

RGB 21246221
HSL0.820.720.52
HSV297°79°87°
CMYK 0.040.790.00   0.13
XYZ41.179521.171570.3227
Yxy21.17150.31040.1596
Hunter Lab46.012579.2291-58.4065
CIE-Lab53.136780.3388-53.6777

#d42edd color RGB value is (212,46,221).

#d42edd hex color red value is 212, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d42edd hue: 0.82 , saturation: 0.72 and the lightness value of d42edd is 0.52.

The process color (four color CMYK) of #d42edd color hex is 0.04, 0.79, 0.00, 0.13. Web safe color of #d42edd is #cc33cc. Color #d42edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101110 11011101
Octal 324 56 335
Decimal 212 46 221
Hex D4 2E DD

RGB Percentages of Color #d42edd

%44.26
%9.60
%46.14

CMYK Percentages of Color #d42edd

%4
%79
%0
%13

Triadic Colors of #d42edd

#d42edd #ddd42e #2eddd4

Analogous Colors of #d42edd

#d42edd #dd2e8f #7d2edd

Monochromatic Colors of #d42edd

#d42edd

Complementary Color

#d42edd #37dd2e

#d42edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42edd Color CSS Codes

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

#d42edd Text Font Color

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

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


#d42edd Background Color

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

This div background color is #d42edd


#d42edd Border Color

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

This div border color is #d42edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42edd


Comments

No comments written yet.

Please login to write comment.