Color Hex Logo

#d138aa Color Hex

#D138AA
(209,56,170)
0 Favorites   0 Comments

Color spaces of #d138aa

RGB 20956170
HSL0.880.620.52
HSV315°73°82°
CMYK 0.000.730.19   0.18
XYZ34.964419.285939.9099
Yxy19.28590.37130.2048
Hunter Lab43.915765.2639-23.1408
CIE-Lab51.020069.3813-27.5803

#d138aa color RGB value is (209,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 10101010
Octal 321 70 252
Decimal 209 56 170
Hex D1 38 AA

RGB Percentages of Color #d138aa

%48.05
%12.87
%39.08

CMYK Percentages of Color #d138aa

%0
%73
%19
%18

Triadic Colors of #d138aa

#d138aa #aad138 #38aad1

Analogous Colors of #d138aa

#d138aa #d1385e #ac38d1

Monochromatic Colors of #d138aa

#d138aa

Complementary Color

#d138aa #38d15f

#d138aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138aa Color CSS Codes

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

#d138aa Text Font Color

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

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


#d138aa Background Color

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

This div background color is #d138aa


#d138aa Border Color

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

This div border color is #d138aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138aa


Comments

No comments written yet.

Please login to write comment.