Color Hex Logo

#c55aba Color Hex

#C55ABA
(197,90,186)
0 Favorites   0 Comments

Color spaces of #c55aba

RGB 19790186
HSL0.850.480.56
HSV306°54°77°
CMYK 0.000.540.06   0.23
XYZ35.545022.727848.9679
Yxy22.72780.33150.2119
Hunter Lab47.673749.6588-27.5280
CIE-Lab54.790855.0999-31.1780

#c55aba color RGB value is (197,90,186).

#c55aba hex color red value is 197, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c55aba hue: 0.85 , saturation: 0.48 and the lightness value of c55aba is 0.56.

The process color (four color CMYK) of #c55aba color hex is 0.00, 0.54, 0.06, 0.23. Web safe color of #c55aba is #cc66cc. Color #c55aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011010 10111010
Octal 305 132 272
Decimal 197 90 186
Hex C5 5A BA

RGB Percentages of Color #c55aba

%41.65
%19.03
%39.32

CMYK Percentages of Color #c55aba

%0
%54
%6
%23

Triadic Colors of #c55aba

#c55aba #bac55a #5abac5

Analogous Colors of #c55aba

#c55aba #c55a85 #9b5ac5

Monochromatic Colors of #c55aba

#c55aba

Complementary Color

#c55aba #5ac565

#c55aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55aba Color CSS Codes

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

#c55aba Text Font Color

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

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


#c55aba Background Color

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

This div background color is #c55aba


#c55aba Border Color

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

This div border color is #c55aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c55aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c55aba;
  -webkit-box-shadow: 1px 1px 3px 2px #c55aba;
  box-shadow:         1px 1px 3px 2px #c55aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,90,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55aba


Comments

No comments written yet.

Please login to write comment.