Color Hex Logo

#d38abe Color Hex

#D38ABE
(211,138,190)
0 Favorites   0 Comments

Color spaces of #d38abe

RGB 211138190
HSL0.880.450.68
HSV317°35°83°
CMYK 0.000.350.10   0.17
XYZ45.246735.743553.2296
Yxy35.74350.33710.2663
Hunter Lab59.785930.4658-10.9380
CIE-Lab66.323535.5662-15.6164

#d38abe color RGB value is (211,138,190).

#d38abe hex color red value is 211, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d38abe hue: 0.88 , saturation: 0.45 and the lightness value of d38abe is 0.68.

The process color (four color CMYK) of #d38abe color hex is 0.00, 0.35, 0.10, 0.17. Web safe color of #d38abe is #cc99cc. Color #d38abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 10111110
Octal 323 212 276
Decimal 211 138 190
Hex D3 8A BE

RGB Percentages of Color #d38abe

%39.15
%25.60
%35.25

CMYK Percentages of Color #d38abe

%0
%35
%10
%17

Triadic Colors of #d38abe

#d38abe #bed38a #8abed3

Analogous Colors of #d38abe

#d38abe #d38a9a #c48ad3

Monochromatic Colors of #d38abe

#d38abe

Complementary Color

#d38abe #8ad39f

#d38abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38abe Color CSS Codes

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

#d38abe Text Font Color

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

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


#d38abe Background Color

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

This div background color is #d38abe


#d38abe Border Color

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

This div border color is #d38abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,138,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d38abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d38abe;
  -webkit-box-shadow: 1px 1px 3px 2px #d38abe;
  box-shadow:         1px 1px 3px 2px #d38abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,138,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38abe


Comments

No comments written yet.

Please login to write comment.