Color Hex Logo

#d184fa Color Hex

#D184FA
(209,132,250)
0 Favorites   0 Comments

Color spaces of #d184fa

RGB 209132250
HSL0.780.920.75
HSV279°47°98°
CMYK 0.160.470.00   0.02
XYZ51.801136.960094.8463
Yxy36.96000.28210.2013
Hunter Lab60.794745.7029-49.9424
CIE-Lab67.247049.5934-47.4780

#d184fa color RGB value is (209,132,250).

#d184fa hex color red value is 209, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d184fa hue: 0.78 , saturation: 0.92 and the lightness value of d184fa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 11111010
Octal 321 204 372
Decimal 209 132 250
Hex D1 84 FA

RGB Percentages of Color #d184fa

%35.36
%22.34
%42.30

CMYK Percentages of Color #d184fa

%16
%47
%0
%2

Triadic Colors of #d184fa

#d184fa #fad184 #84fad1

Analogous Colors of #d184fa

#d184fa #fa84e8 #9684fa

Monochromatic Colors of #d184fa

#d184fa

Complementary Color

#d184fa #adfa84

#d184fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184fa Color CSS Codes

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

#d184fa Text Font Color

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

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


#d184fa Background Color

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

This div background color is #d184fa


#d184fa Border Color

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

This div border color is #d184fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184fa


Comments

No comments written yet.

Please login to write comment.