Color Hex Logo

#c180fb Color Hex

#C180FB
(193,128,251)
0 Favorites   0 Comments

Color spaces of #c180fb

RGB 193128251
HSL0.750.940.74
HSV272°49°98°
CMYK 0.230.490.00   0.02
XYZ47.124133.740895.2957
Yxy33.74080.26750.1915
Hunter Lab58.086843.1597-56.6088
CIE-Lab64.756347.6479-52.0735

#c180fb color RGB value is (193,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 11111011
Octal 301 200 373
Decimal 193 128 251
Hex C1 80 FB

RGB Percentages of Color #c180fb

%33.74
%22.38
%43.88

CMYK Percentages of Color #c180fb

%23
%49
%0
%2

Triadic Colors of #c180fb

#c180fb #fbc180 #80fbc1

Analogous Colors of #c180fb

#c180fb #fb80f8 #8480fb

Monochromatic Colors of #c180fb

#c180fb

Complementary Color

#c180fb #bafb80

#c180fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c180fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c180fb Color CSS Codes

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

#c180fb Text Font Color

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

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


#c180fb Background Color

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

This div background color is #c180fb


#c180fb Border Color

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

This div border color is #c180fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c180fb


Comments

No comments written yet.

Please login to write comment.