Color Hex Logo

#c180be Color Hex

#C180BE
(193,128,190)
0 Favorites   0 Comments

Color spaces of #c180be

RGB 193128190
HSL0.840.340.63
HSV303°34°76°
CMYK 0.000.340.02   0.24
XYZ39.005830.493552.5452
Yxy30.49350.31960.2499
Hunter Lab55.220929.4485-17.7625
CIE-Lab62.077735.0221-22.2585

#c180be color RGB value is (193,128,190).

#c180be hex color red value is 193, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c180be hue: 0.84 , saturation: 0.34 and the lightness value of c180be is 0.63.

The process color (four color CMYK) of #c180be color hex is 0.00, 0.34, 0.02, 0.24. Web safe color of #c180be is #cc99cc. Color #c180be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 10111110
Octal 301 200 276
Decimal 193 128 190
Hex C1 80 BE

RGB Percentages of Color #c180be

%37.77
%25.05
%37.18

CMYK Percentages of Color #c180be

%0
%34
%2
%24

Triadic Colors of #c180be

#c180be #bec180 #80bec1

Analogous Colors of #c180be

#c180be #c1809e #a480c1

Monochromatic Colors of #c180be

#c180be

Complementary Color

#c180be #80c183

#c180be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c180be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c180be Color CSS Codes

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

#c180be Text Font Color

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

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


#c180be Background Color

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

This div background color is #c180be


#c180be Border Color

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

This div border color is #c180be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c180be


Comments

No comments written yet.

Please login to write comment.