Color Hex Logo

#d38aec Color Hex

#D38AEC
(211,138,236)
0 Favorites   0 Comments

Color spaces of #d38aec

RGB 211138236
HSL0.790.720.73
HSV285°42°93°
CMYK 0.110.420.00   0.07
XYZ51.092838.082084.0146
Yxy38.08200.29500.2199
Hunter Lab61.710639.7940-37.5217
CIE-Lab68.081044.1286-38.4731

#d38aec color RGB value is (211,138,236).

#d38aec hex color red value is 211, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d38aec hue: 0.79 , saturation: 0.72 and the lightness value of d38aec is 0.73.

The process color (four color CMYK) of #d38aec color hex is 0.11, 0.42, 0.00, 0.07. Web safe color of #d38aec is #cc99ff. Color #d38aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 11101100
Octal 323 212 354
Decimal 211 138 236
Hex D3 8A EC

RGB Percentages of Color #d38aec

%36.07
%23.59
%40.34

CMYK Percentages of Color #d38aec

%11
%42
%0
%7

Triadic Colors of #d38aec

#d38aec #ecd38a #8aecd3

Analogous Colors of #d38aec

#d38aec #ec8ad4 #a28aec

Monochromatic Colors of #d38aec

#d38aec

Complementary Color

#d38aec #a3ec8a

#d38aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38aec Color CSS Codes

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

#d38aec Text Font Color

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

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


#d38aec Background Color

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

This div background color is #d38aec


#d38aec Border Color

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

This div border color is #d38aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38aec


Comments

No comments written yet.

Please login to write comment.