Color Hex Logo

#d438ac Color Hex

#D438AC
(212,56,172)
0 Favorites   0 Comments

Color spaces of #d438ac

RGB 21256172
HSL0.880.640.53
HSV315°74°83°
CMYK 0.000.740.19   0.17
XYZ36.011919.804040.9542
Yxy19.80400.37210.2046
Hunter Lab44.501766.5688-23.4125
CIE-Lab51.614970.3599-27.7923

#d438ac color RGB value is (212,56,172).

#d438ac hex color red value is 212, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d438ac hue: 0.88 , saturation: 0.64 and the lightness value of d438ac is 0.53.

The process color (four color CMYK) of #d438ac color hex is 0.00, 0.74, 0.19, 0.17. Web safe color of #d438ac is #cc3399. Color #d438ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111000 10101100
Octal 324 70 254
Decimal 212 56 172
Hex D4 38 AC

RGB Percentages of Color #d438ac

%48.18
%12.73
%39.09

CMYK Percentages of Color #d438ac

%0
%74
%19
%17

Triadic Colors of #d438ac

#d438ac #acd438 #38acd4

Analogous Colors of #d438ac

#d438ac #d4385e #ae38d4

Monochromatic Colors of #d438ac

#d438ac

Complementary Color

#d438ac #38d460

#d438ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d438ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d438ac Color CSS Codes

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

#d438ac Text Font Color

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

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


#d438ac Background Color

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

This div background color is #d438ac


#d438ac Border Color

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

This div border color is #d438ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d438ac


Comments

No comments written yet.

Please login to write comment.