Color Hex Logo

#d48fbe Color Hex

#D48FBE
(212,143,190)
0 Favorites   0 Comments

Color spaces of #d48fbe

RGB 212143190
HSL0.890.450.70
HSV319°33°83°
CMYK 0.000.330.10   0.17
XYZ46.268137.359753.4877
Yxy37.35970.33740.2725
Hunter Lab61.122628.1550-9.0982
CIE-Lab67.546033.2124-13.7627

#d48fbe color RGB value is (212,143,190).

#d48fbe hex color red value is 212, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d48fbe hue: 0.89 , saturation: 0.45 and the lightness value of d48fbe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 10111110
Octal 324 217 276
Decimal 212 143 190
Hex D4 8F BE

RGB Percentages of Color #d48fbe

%38.90
%26.24
%34.86

CMYK Percentages of Color #d48fbe

%0
%33
%10
%17

Triadic Colors of #d48fbe

#d48fbe #bed48f #8fbed4

Analogous Colors of #d48fbe

#d48fbe #d48f9c #c88fd4

Monochromatic Colors of #d48fbe

#d48fbe

Complementary Color

#d48fbe #8fd4a5

#d48fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48fbe Color CSS Codes

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

#d48fbe Text Font Color

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

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


#d48fbe Background Color

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

This div background color is #d48fbe


#d48fbe Border Color

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

This div border color is #d48fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48fbe


Comments

No comments written yet.

Please login to write comment.