Color Hex Logo

#d48acd Color Hex

#D48ACD
(212,138,205)
0 Favorites   0 Comments

Color spaces of #d48acd

RGB 212138205
HSL0.850.460.69
HSV306°35°83°
CMYK 0.000.350.03   0.17
XYZ47.259336.581862.3278
Yxy36.58180.32330.2503
Hunter Lab60.482933.6289-18.7605
CIE-Lab66.962138.5183-23.0240

#d48acd color RGB value is (212,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11001101
Octal 324 212 315
Decimal 212 138 205
Hex D4 8A CD

RGB Percentages of Color #d48acd

%38.20
%24.86
%36.94

CMYK Percentages of Color #d48acd

%0
%35
%3
%17

Triadic Colors of #d48acd

#d48acd #cdd48a #8acdd4

Analogous Colors of #d48acd

#d48acd #d48aa8 #b68ad4

Monochromatic Colors of #d48acd

#d48acd

Complementary Color

#d48acd #8ad491

#d48acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48acd Color CSS Codes

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

#d48acd Text Font Color

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

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


#d48acd Background Color

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

This div background color is #d48acd


#d48acd Border Color

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

This div border color is #d48acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,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 #d48acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48acd


Comments

No comments written yet.

Please login to write comment.