Color Hex Logo

#d48abc Color Hex

#D48ABC
(212,138,188)
0 Favorites   0 Comments

Color spaces of #d48abc

RGB 212138188
HSL0.890.460.69
HSV319°35°83°
CMYK 0.000.350.11   0.17
XYZ45.317035.804852.0995
Yxy35.80480.34020.2688
Hunter Lab59.837130.4701-9.7372
CIE-Lab66.370535.5655-14.4123

#d48abc color RGB value is (212,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 10111100
Octal 324 212 274
Decimal 212 138 188
Hex D4 8A BC

RGB Percentages of Color #d48abc

%39.41
%25.65
%34.94

CMYK Percentages of Color #d48abc

%0
%35
%11
%17

Triadic Colors of #d48abc

#d48abc #bcd48a #8abcd4

Analogous Colors of #d48abc

#d48abc #d48a97 #c78ad4

Monochromatic Colors of #d48abc

#d48abc

Complementary Color

#d48abc #8ad4a2

#d48abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48abc Color CSS Codes

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

#d48abc Text Font Color

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

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


#d48abc Background Color

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

This div background color is #d48abc


#d48abc Border Color

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

This div border color is #d48abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48abc


Comments

No comments written yet.

Please login to write comment.