Color Hex Logo

#d180fb Color Hex

#D180FB
(209,128,251)
0 Favorites   0 Comments

Color spaces of #d180fb

RGB 209128251
HSL0.780.940.74
HSV280°49°98°
CMYK 0.170.490.00   0.02
XYZ51.426335.958795.4970
Yxy35.95870.28120.1966
Hunter Lab59.965648.1413-52.4452
CIE-Lab66.488451.8761-49.2219

#d180fb color RGB value is (209,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 11111011
Octal 321 200 373
Decimal 209 128 251
Hex D1 80 FB

RGB Percentages of Color #d180fb

%35.54
%21.77
%42.69

CMYK Percentages of Color #d180fb

%17
%49
%0
%2

Triadic Colors of #d180fb

#d180fb #fbd180 #80fbd1

Analogous Colors of #d180fb

#d180fb #fb80e8 #9480fb

Monochromatic Colors of #d180fb

#d180fb

Complementary Color

#d180fb #aafb80

#d180fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180fb Color CSS Codes

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

#d180fb Text Font Color

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

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


#d180fb Background Color

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

This div background color is #d180fb


#d180fb Border Color

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

This div border color is #d180fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180fb


Comments

No comments written yet.

Please login to write comment.