Color Hex Logo

#d48cbe Color Hex

#D48CBE
(212,140,190)
0 Favorites   0 Comments

Color spaces of #d48cbe

RGB 212140190
HSL0.880.460.69
HSV318°34°83°
CMYK 0.000.340.10   0.17
XYZ45.823736.470953.3396
Yxy36.47090.33780.2689
Hunter Lab60.391129.7581-10.0932
CIE-Lab66.878234.8278-14.7684

#d48cbe color RGB value is (212,140,190).

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

The process color (four color CMYK) of #d48cbe color hex is 0.00, 0.34, 0.10, 0.17. Web safe color of #d48cbe is #cc99cc. Color #d48cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001100 10111110
Octal 324 214 276
Decimal 212 140 190
Hex D4 8C BE

RGB Percentages of Color #d48cbe

%39.11
%25.83
%35.06

CMYK Percentages of Color #d48cbe

%0
%34
%10
%17

Triadic Colors of #d48cbe

#d48cbe #bed48c #8cbed4

Analogous Colors of #d48cbe

#d48cbe #d48c9a #c68cd4

Monochromatic Colors of #d48cbe

#d48cbe

Complementary Color

#d48cbe #8cd4a2

#d48cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48cbe Color CSS Codes

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

#d48cbe Text Font Color

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

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


#d48cbe Background Color

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

This div background color is #d48cbe


#d48cbe Border Color

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

This div border color is #d48cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48cbe


Comments

No comments written yet.

Please login to write comment.