Color Hex Logo

#d838ac Color Hex

#D838AC
(216,56,172)
0 Favorites   0 Comments

Color spaces of #d838ac

RGB 21656172
HSL0.880.670.53
HSV317°74°85°
CMYK 0.000.740.20   0.15
XYZ37.179520.405841.0089
Yxy20.40580.37710.2070
Hunter Lab45.172867.8622-22.2039
CIE-Lab52.292971.3058-26.6875

#d838ac color RGB value is (216,56,172).

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

The process color (four color CMYK) of #d838ac color hex is 0.00, 0.74, 0.20, 0.15. Web safe color of #d838ac is #cc3399. Color #d838ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111000 10101100
Octal 330 70 254
Decimal 216 56 172
Hex D8 38 AC

RGB Percentages of Color #d838ac

%48.65
%12.61
%38.74

CMYK Percentages of Color #d838ac

%0
%74
%20
%15

Triadic Colors of #d838ac

#d838ac #acd838 #38acd8

Analogous Colors of #d838ac

#d838ac #d8385c #b438d8

Monochromatic Colors of #d838ac

#d838ac

Complementary Color

#d838ac #38d864

#d838ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d838ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d838ac Color CSS Codes

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

#d838ac Text Font Color

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

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


#d838ac Background Color

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

This div background color is #d838ac


#d838ac Border Color

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

This div border color is #d838ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d838ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d838ac


Comments

No comments written yet.

Please login to write comment.