Color Hex Logo

#d42ec9 Color Hex

#D42EC9
(212,46,201)
0 Favorites   0 Comments

Color spaces of #d42ec9

RGB 21246201
HSL0.840.660.51
HSV304°78°83°
CMYK 0.000.780.05   0.17
XYZ38.671020.168157.1130
Yxy20.16810.33350.1739
Hunter Lab44.908975.1155-43.9659
CIE-Lab52.026777.2791-44.0078

#d42ec9 color RGB value is (212,46,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101110 11001001
Octal 324 56 311
Decimal 212 46 201
Hex D4 2E C9

RGB Percentages of Color #d42ec9

%46.19
%10.02
%43.79

CMYK Percentages of Color #d42ec9

%0
%78
%5
%17

Triadic Colors of #d42ec9

#d42ec9 #c9d42e #2ec9d4

Analogous Colors of #d42ec9

#d42ec9 #d42e76 #8c2ed4

Monochromatic Colors of #d42ec9

#d42ec9

Complementary Color

#d42ec9 #2ed439

#d42ec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42ec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42ec9 Color CSS Codes

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

#d42ec9 Text Font Color

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

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


#d42ec9 Background Color

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

This div background color is #d42ec9


#d42ec9 Border Color

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

This div border color is #d42ec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42ec9


Comments

No comments written yet.

Please login to write comment.