Color Hex Logo

#d48bfc Color Hex

#D48BFC
(212,139,252)
0 Favorites   0 Comments

Color spaces of #d48bfc

RGB 212139252
HSL0.770.950.77
HSV279°45°99°
CMYK 0.160.450.00   0.01
XYZ53.954739.490696.8742
Yxy39.49060.28350.2075
Hunter Lab62.841543.2844-47.4102
CIE-Lab69.105247.1674-45.6260

#d48bfc color RGB value is (212,139,252).

#d48bfc hex color red value is 212, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d48bfc hue: 0.77 , saturation: 0.95 and the lightness value of d48bfc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001011 11111100
Octal 324 213 374
Decimal 212 139 252
Hex D4 8B FC

RGB Percentages of Color #d48bfc

%35.16
%23.05
%41.79

CMYK Percentages of Color #d48bfc

%16
%45
%0
%1

Triadic Colors of #d48bfc

#d48bfc #fcd48b #8bfcd4

Analogous Colors of #d48bfc

#d48bfc #fc8bec #9c8bfc

Monochromatic Colors of #d48bfc

#d48bfc

Complementary Color

#d48bfc #b3fc8b

#d48bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48bfc Color CSS Codes

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

#d48bfc Text Font Color

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

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


#d48bfc Background Color

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

This div background color is #d48bfc


#d48bfc Border Color

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

This div border color is #d48bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48bfc


Comments

No comments written yet.

Please login to write comment.