Color Hex Logo

#c180ca Color Hex

#C180CA
(193,128,202)
0 Favorites   0 Comments

Color spaces of #c180ca

RGB 193128202
HSL0.810.410.65
HSV293°37°79°
CMYK 0.040.370.00   0.21
XYZ40.372231.040159.7406
Yxy31.04010.30780.2367
Hunter Lab55.713631.8489-24.5759
CIE-Lab62.541537.3122-28.3155

#c180ca color RGB value is (193,128,202).

#c180ca hex color red value is 193, green value is 128 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c180ca hue: 0.81 , saturation: 0.41 and the lightness value of c180ca is 0.65.

The process color (four color CMYK) of #c180ca color hex is 0.04, 0.37, 0.00, 0.21. Web safe color of #c180ca is #cc99cc. Color #c180ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 11001010
Octal 301 200 312
Decimal 193 128 202
Hex C1 80 CA

RGB Percentages of Color #c180ca

%36.90
%24.47
%38.62

CMYK Percentages of Color #c180ca

%4
%37
%0
%21

Triadic Colors of #c180ca

#c180ca #cac180 #80cac1

Analogous Colors of #c180ca

#c180ca #ca80ae #9c80ca

Monochromatic Colors of #c180ca

#c180ca

Complementary Color

#c180ca #89ca80

#c180ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c180ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c180ca Color CSS Codes

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

#c180ca Text Font Color

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

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


#c180ca Background Color

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

This div background color is #c180ca


#c180ca Border Color

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

This div border color is #c180ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c180ca


Comments

No comments written yet.

Please login to write comment.