Color Hex Logo

#d138af Color Hex

#D138AF
(209,56,175)
0 Favorites   0 Comments

Color spaces of #d138af

RGB 20956175
HSL0.870.620.52
HSV313°73°82°
CMYK 0.000.730.16   0.18
XYZ35.446519.478842.4490
Yxy19.47880.36400.2000
Hunter Lab44.134866.1249-26.1310
CIE-Lab51.242770.0605-30.1695

#d138af color RGB value is (209,56,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 10101111
Octal 321 70 257
Decimal 209 56 175
Hex D1 38 AF

RGB Percentages of Color #d138af

%47.50
%12.73
%39.77

CMYK Percentages of Color #d138af

%0
%73
%16
%18

Triadic Colors of #d138af

#d138af #afd138 #38afd1

Analogous Colors of #d138af

#d138af #d13863 #a738d1

Monochromatic Colors of #d138af

#d138af

Complementary Color

#d138af #38d15a

#d138af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138af Color CSS Codes

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

#d138af Text Font Color

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

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


#d138af Background Color

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

This div background color is #d138af


#d138af Border Color

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

This div border color is #d138af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138af


Comments

No comments written yet.

Please login to write comment.