Color Hex Logo

#d42ebd Color Hex

#D42EBD
(212,46,189)
0 Favorites   0 Comments

Color spaces of #d42ebd

RGB 21246189
HSL0.860.660.51
HSV308°78°83°
CMYK 0.000.780.11   0.17
XYZ37.313719.625249.9655
Yxy19.62520.34900.1836
Hunter Lab44.300372.8230-35.8618
CIE-Lab51.410875.5477-38.0393

#d42ebd color RGB value is (212,46,189).

#d42ebd hex color red value is 212, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d42ebd hue: 0.86 , saturation: 0.66 and the lightness value of d42ebd is 0.51.

The process color (four color CMYK) of #d42ebd color hex is 0.00, 0.78, 0.11, 0.17. Web safe color of #d42ebd is #cc33cc. Color #d42ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101110 10111101
Octal 324 56 275
Decimal 212 46 189
Hex D4 2E BD

RGB Percentages of Color #d42ebd

%47.43
%10.29
%42.28

CMYK Percentages of Color #d42ebd

%0
%78
%11
%17

Triadic Colors of #d42ebd

#d42ebd #bdd42e #2ebdd4

Analogous Colors of #d42ebd

#d42ebd #d42e6a #982ed4

Monochromatic Colors of #d42ebd

#d42ebd

Complementary Color

#d42ebd #2ed445

#d42ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42ebd Color CSS Codes

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

#d42ebd Text Font Color

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

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


#d42ebd Background Color

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

This div background color is #d42ebd


#d42ebd Border Color

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

This div border color is #d42ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42ebd


Comments

No comments written yet.

Please login to write comment.