Color Hex Logo

#d048fa Color Hex

#D048FA
(208,72,250)
0 Favorites   0 Comments

Color spaces of #d048fa

RGB 20872250
HSL0.790.950.63
HSV286°71°98°
CMYK 0.170.710.00   0.02
XYZ45.585124.946892.8551
Yxy24.94680.27900.1527
Hunter Lab49.946875.5054-75.2622
CIE-Lab57.023576.6229-63.7586

#d048fa color RGB value is (208,72,250).

#d048fa hex color red value is 208, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d048fa hue: 0.79 , saturation: 0.95 and the lightness value of d048fa is 0.63.

The process color (four color CMYK) of #d048fa color hex is 0.17, 0.71, 0.00, 0.02. Web safe color of #d048fa is #cc33ff. Color #d048fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 11111010
Octal 320 110 372
Decimal 208 72 250
Hex D0 48 FA

RGB Percentages of Color #d048fa

%39.25
%13.58
%47.17

CMYK Percentages of Color #d048fa

%17
%71
%0
%2

Triadic Colors of #d048fa

#d048fa #fad048 #48fad0

Analogous Colors of #d048fa

#d048fa #fa48cb #7748fa

Monochromatic Colors of #d048fa

#d048fa

Complementary Color

#d048fa #72fa48

#d048fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d048fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d048fa Color CSS Codes

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

#d048fa Text Font Color

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

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


#d048fa Background Color

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

This div background color is #d048fa


#d048fa Border Color

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

This div border color is #d048fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,72,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d048fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d048fa;
  -webkit-box-shadow: 1px 1px 3px 2px #d048fa;
  box-shadow:         1px 1px 3px 2px #d048fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,72,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d048fa


Comments

No comments written yet.

Please login to write comment.