Color Hex Logo

#d48eba Color Hex

#D48EBA
(212,142,186)
0 Favorites   0 Comments

Color spaces of #d48eba

RGB 212142186
HSL0.900.450.69
HSV322°33°83°
CMYK 0.000.330.12   0.17
XYZ45.687336.888251.1665
Yxy36.88820.34160.2758
Hunter Lab60.735727.9860-7.4337
CIE-Lab67.193133.0810-12.0547

#d48eba color RGB value is (212,142,186).

#d48eba hex color red value is 212, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d48eba hue: 0.90 , saturation: 0.45 and the lightness value of d48eba is 0.69.

The process color (four color CMYK) of #d48eba color hex is 0.00, 0.33, 0.12, 0.17. Web safe color of #d48eba is #cc99cc. Color #d48eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001110 10111010
Octal 324 216 272
Decimal 212 142 186
Hex D4 8E BA

RGB Percentages of Color #d48eba

%39.26
%26.30
%34.44

CMYK Percentages of Color #d48eba

%0
%33
%12
%17

Triadic Colors of #d48eba

#d48eba #bad48e #8ebad4

Analogous Colors of #d48eba

#d48eba #d48e97 #cb8ed4

Monochromatic Colors of #d48eba

#d48eba

Complementary Color

#d48eba #8ed4a8

#d48eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48eba Color CSS Codes

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

#d48eba Text Font Color

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

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


#d48eba Background Color

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

This div background color is #d48eba


#d48eba Border Color

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

This div border color is #d48eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48eba


Comments

No comments written yet.

Please login to write comment.