Color Hex Logo

#d38acd Color Hex

#D38ACD
(211,138,205)
0 Favorites   0 Comments

Color spaces of #d38acd

RGB 211138205
HSL0.850.450.68
HSV305°35°83°
CMYK 0.000.350.03   0.17
XYZ46.971936.433662.3143
Yxy36.43360.32230.2500
Hunter Lab60.360333.2769-18.9572
CIE-Lab66.849938.1972-23.2055

#d38acd color RGB value is (211,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 11001101
Octal 323 212 315
Decimal 211 138 205
Hex D3 8A CD

RGB Percentages of Color #d38acd

%38.09
%24.91
%37.00

CMYK Percentages of Color #d38acd

%0
%35
%3
%17

Triadic Colors of #d38acd

#d38acd #cdd38a #8acdd3

Analogous Colors of #d38acd

#d38acd #d38aa9 #b58ad3

Monochromatic Colors of #d38acd

#d38acd

Complementary Color

#d38acd #8ad390

#d38acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38acd Color CSS Codes

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

#d38acd Text Font Color

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

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


#d38acd Background Color

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

This div background color is #d38acd


#d38acd Border Color

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

This div border color is #d38acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38acd


Comments

No comments written yet.

Please login to write comment.