Color Hex Logo

#d48afb Color Hex

#D48AFB
(212,138,251)
0 Favorites   0 Comments

Color spaces of #d48afb

RGB 212138251
HSL0.780.930.76
HSV279°45°98°
CMYK 0.160.450.00   0.02
XYZ53.652439.139095.9936
Yxy39.13900.28420.2073
Hunter Lab62.561243.5994-47.1815
CIE-Lab68.851847.4847-45.4782

#d48afb color RGB value is (212,138,251).

#d48afb hex color red value is 212, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d48afb hue: 0.78 , saturation: 0.93 and the lightness value of d48afb is 0.76.

The process color (four color CMYK) of #d48afb color hex is 0.16, 0.45, 0.00, 0.02. Web safe color of #d48afb is #cc99ff. Color #d48afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11111011
Octal 324 212 373
Decimal 212 138 251
Hex D4 8A FB

RGB Percentages of Color #d48afb

%35.27
%22.96
%41.76

CMYK Percentages of Color #d48afb

%16
%45
%0
%2

Triadic Colors of #d48afb

#d48afb #fbd48a #8afbd4

Analogous Colors of #d48afb

#d48afb #fb8aea #9c8afb

Monochromatic Colors of #d48afb

#d48afb

Complementary Color

#d48afb #b1fb8a

#d48afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48afb Color CSS Codes

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

#d48afb Text Font Color

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

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


#d48afb Background Color

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

This div background color is #d48afb


#d48afb Border Color

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

This div border color is #d48afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48afb


Comments

No comments written yet.

Please login to write comment.