Color Hex Logo

#d184fb Color Hex

#D184FB
(209,132,251)
0 Favorites   0 Comments

Color spaces of #d184fb

RGB 209132251
HSL0.770.940.75
HSV279°47°98°
CMYK 0.170.470.00   0.02
XYZ51.958337.022995.6744
Yxy37.02290.28140.2005
Hunter Lab60.846445.9443-50.6345
CIE-Lab67.294249.8027-47.9509

#d184fb color RGB value is (209,132,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 11111011
Octal 321 204 373
Decimal 209 132 251
Hex D1 84 FB

RGB Percentages of Color #d184fb

%35.30
%22.30
%42.40

CMYK Percentages of Color #d184fb

%17
%47
%0
%2

Triadic Colors of #d184fb

#d184fb #fbd184 #84fbd1

Analogous Colors of #d184fb

#d184fb #fb84ea #9684fb

Monochromatic Colors of #d184fb

#d184fb

Complementary Color

#d184fb #aefb84

#d184fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184fb Color CSS Codes

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

#d184fb Text Font Color

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

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


#d184fb Background Color

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

This div background color is #d184fb


#d184fb Border Color

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

This div border color is #d184fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,132,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184fb


Comments

No comments written yet.

Please login to write comment.