Color Hex Logo

#d148fa Color Hex

#D148FA
(209,72,250)
0 Favorites   0 Comments

Color spaces of #d148fa

RGB 20972250
HSL0.790.950.63
HSV286°71°98°
CMYK 0.160.710.00   0.02
XYZ45.867225.092292.8683
Yxy25.09220.28000.1532
Hunter Lab50.092175.7836-74.8562
CIE-Lab57.165176.8183-63.5234

#d148fa color RGB value is (209,72,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 11111010
Octal 321 110 372
Decimal 209 72 250
Hex D1 48 FA

RGB Percentages of Color #d148fa

%39.36
%13.56
%47.08

CMYK Percentages of Color #d148fa

%16
%71
%0
%2

Triadic Colors of #d148fa

#d148fa #fad148 #48fad1

Analogous Colors of #d148fa

#d148fa #fa48ca #7848fa

Monochromatic Colors of #d148fa

#d148fa

Complementary Color

#d148fa #71fa48

#d148fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d148fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d148fa Color CSS Codes

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

#d148fa Text Font Color

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

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


#d148fa Background Color

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

This div background color is #d148fa


#d148fa Border Color

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

This div border color is #d148fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d148fa


Comments

No comments written yet.

Please login to write comment.