Color Hex Logo

#d138ac Color Hex

#D138AC
(209,56,172)
0 Favorites   0 Comments

Color spaces of #d138ac

RGB 20956172
HSL0.870.620.52
HSV315°73°82°
CMYK 0.000.730.18   0.18
XYZ35.155119.362240.9141
Yxy19.36220.36840.2029
Hunter Lab44.002565.6054-24.3269
CIE-Lab51.108369.6510-28.6186

#d138ac color RGB value is (209,56,172).

#d138ac hex color red value is 209, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d138ac hue: 0.87 , saturation: 0.62 and the lightness value of d138ac is 0.52.

The process color (four color CMYK) of #d138ac color hex is 0.00, 0.73, 0.18, 0.18. Web safe color of #d138ac is #cc3399. Color #d138ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 10101100
Octal 321 70 254
Decimal 209 56 172
Hex D1 38 AC

RGB Percentages of Color #d138ac

%47.83
%12.81
%39.36

CMYK Percentages of Color #d138ac

%0
%73
%18
%18

Triadic Colors of #d138ac

#d138ac #acd138 #38acd1

Analogous Colors of #d138ac

#d138ac #d1385f #aa38d1

Monochromatic Colors of #d138ac

#d138ac

Complementary Color

#d138ac #38d15d

#d138ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138ac Color CSS Codes

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

#d138ac Text Font Color

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

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


#d138ac Background Color

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

This div background color is #d138ac


#d138ac Border Color

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

This div border color is #d138ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138ac


Comments

No comments written yet.

Please login to write comment.