Color Hex Logo

#d42edf Color Hex

#D42EDF
(212,46,223)
0 Favorites   0 Comments

Color spaces of #d42edf

RGB 21246223
HSL0.820.730.53
HSV296°79°87°
CMYK 0.050.790.00   0.13
XYZ41.447721.278871.7347
Yxy21.27880.30830.1583
Hunter Lab46.128979.6598-59.9111
CIE-Lab53.253380.6558-54.6260

#d42edf color RGB value is (212,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101110 11011111
Octal 324 56 337
Decimal 212 46 223
Hex D4 2E DF

RGB Percentages of Color #d42edf

%44.07
%9.56
%46.36

CMYK Percentages of Color #d42edf

%5
%79
%0
%13

Triadic Colors of #d42edf

#d42edf #dfd42e #2edfd4

Analogous Colors of #d42edf

#d42edf #df2e92 #7c2edf

Monochromatic Colors of #d42edf

#d42edf

Complementary Color

#d42edf #39df2e

#d42edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42edf Color CSS Codes

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

#d42edf Text Font Color

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

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


#d42edf Background Color

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

This div background color is #d42edf


#d42edf Border Color

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

This div border color is #d42edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42edf


Comments

No comments written yet.

Please login to write comment.