Color Hex Logo

#d38acc Color Hex

#D38ACC
(211,138,204)
0 Favorites   0 Comments

Color spaces of #d38acc

RGB 211138204
HSL0.850.450.68
HSV306°35°83°
CMYK 0.000.350.03   0.17
XYZ46.851536.385561.6805
Yxy36.38550.32330.2511
Hunter Lab60.320433.0822-18.4026
CIE-Lab66.813438.0164-22.7035

#d38acc color RGB value is (211,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 11001100
Octal 323 212 314
Decimal 211 138 204
Hex D3 8A CC

RGB Percentages of Color #d38acc

%38.16
%24.95
%36.89

CMYK Percentages of Color #d38acc

%0
%35
%3
%17

Triadic Colors of #d38acc

#d38acc #ccd38a #8accd3

Analogous Colors of #d38acc

#d38acc #d38aa8 #b68ad3

Monochromatic Colors of #d38acc

#d38acc

Complementary Color

#d38acc #8ad391

#d38acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38acc Color CSS Codes

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

#d38acc Text Font Color

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

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


#d38acc Background Color

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

This div background color is #d38acc


#d38acc Border Color

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

This div border color is #d38acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38acc


Comments

No comments written yet.

Please login to write comment.