Color Hex Logo

#d183fa Color Hex

#D183FA
(209,131,250)
0 Favorites   0 Comments

Color spaces of #d183fa

RGB 209131250
HSL0.780.920.75
HSV279°48°98°
CMYK 0.160.480.00   0.02
XYZ51.666136.690094.8013
Yxy36.69000.28210.2003
Hunter Lab60.572346.2530-50.3938
CIE-Lab67.043850.1142-47.7982

#d183fa color RGB value is (209,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000011 11111010
Octal 321 203 372
Decimal 209 131 250
Hex D1 83 FA

RGB Percentages of Color #d183fa

%35.42
%22.20
%42.37

CMYK Percentages of Color #d183fa

%16
%48
%0
%2

Triadic Colors of #d183fa

#d183fa #fad183 #83fad1

Analogous Colors of #d183fa

#d183fa #fa83e8 #9683fa

Monochromatic Colors of #d183fa

#d183fa

Complementary Color

#d183fa #acfa83

#d183fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d183fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d183fa Color CSS Codes

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

#d183fa Text Font Color

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

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


#d183fa Background Color

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

This div background color is #d183fa


#d183fa Border Color

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

This div border color is #d183fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d183fa


Comments

No comments written yet.

Please login to write comment.