Color Hex Logo

#c180fe Color Hex

#C180FE
(193,128,254)
0 Favorites   0 Comments

Color spaces of #c180fe

RGB 193128254
HSL0.750.980.75
HSV271°50°100°
CMYK 0.240.500.00   0.00
XYZ47.600933.931697.8065
Yxy33.93160.26540.1892
Hunter Lab58.250843.9261-58.7757
CIE-Lab64.908248.3232-53.4772

#c180fe color RGB value is (193,128,254).

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

The process color (four color CMYK) of #c180fe color hex is 0.24, 0.50, 0.00, 0.00. Web safe color of #c180fe is #cc99ff. Color #c180fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 11111110
Octal 301 200 376
Decimal 193 128 254
Hex C1 80 FE

RGB Percentages of Color #c180fe

%33.57
%22.26
%44.17

CMYK Percentages of Color #c180fe

%24
%50
%0
%0

Triadic Colors of #c180fe

#c180fe #fec180 #80fec1

Analogous Colors of #c180fe

#c180fe #fe80fc #8280fe

Monochromatic Colors of #c180fe

#c180fe

Complementary Color

#c180fe #bdfe80

#c180fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c180fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c180fe Color CSS Codes

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

#c180fe Text Font Color

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

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


#c180fe Background Color

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

This div background color is #c180fe


#c180fe Border Color

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

This div border color is #c180fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,128,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c180fe


Comments

No comments written yet.

Please login to write comment.