Color Hex Logo

#d48ecb Color Hex

#D48ECB
(212,142,203)
0 Favorites   0 Comments

Color spaces of #d48ecb

RGB 212142203
HSL0.850.450.69
HSV308°33°83°
CMYK 0.000.330.04   0.17
XYZ47.603937.654861.2590
Yxy37.65480.32490.2570
Hunter Lab61.363531.0886-16.2346
CIE-Lab67.765436.0161-20.6843

#d48ecb color RGB value is (212,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001110 11001011
Octal 324 216 313
Decimal 212 142 203
Hex D4 8E CB

RGB Percentages of Color #d48ecb

%38.06
%25.49
%36.45

CMYK Percentages of Color #d48ecb

%0
%33
%4
%17

Triadic Colors of #d48ecb

#d48ecb #cbd48e #8ecbd4

Analogous Colors of #d48ecb

#d48ecb #d48ea8 #ba8ed4

Monochromatic Colors of #d48ecb

#d48ecb

Complementary Color

#d48ecb #8ed497

#d48ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48ecb Color CSS Codes

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

#d48ecb Text Font Color

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

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


#d48ecb Background Color

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

This div background color is #d48ecb


#d48ecb Border Color

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

This div border color is #d48ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48ecb


Comments

No comments written yet.

Please login to write comment.