Color Hex Logo

#c55fab Color Hex

#C55FAB
(197,95,171)
0 Favorites   0 Comments

Color spaces of #c55fab

RGB 19795171
HSL0.880.470.57
HSV315°52°77°
CMYK 0.000.520.13   0.23
XYZ34.468922.995041.1498
Yxy22.99500.34950.2332
Hunter Lab47.953144.3887-17.3111
CIE-Lab55.067250.2362-22.0696

#c55fab color RGB value is (197,95,171).

#c55fab hex color red value is 197, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c55fab hue: 0.88 , saturation: 0.47 and the lightness value of c55fab is 0.57.

The process color (four color CMYK) of #c55fab color hex is 0.00, 0.52, 0.13, 0.23. Web safe color of #c55fab is #cc6699. Color #c55fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 10101011
Octal 305 137 253
Decimal 197 95 171
Hex C5 5F AB

RGB Percentages of Color #c55fab

%42.55
%20.52
%36.93

CMYK Percentages of Color #c55fab

%0
%52
%13
%23

Triadic Colors of #c55fab

#c55fab #abc55f #5fabc5

Analogous Colors of #c55fab

#c55fab #c55f78 #ac5fc5

Monochromatic Colors of #c55fab

#c55fab

Complementary Color

#c55fab #5fc579

#c55fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55fab Color CSS Codes

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

#c55fab Text Font Color

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

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


#c55fab Background Color

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

This div background color is #c55fab


#c55fab Border Color

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

This div border color is #c55fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55fab


Comments

No comments written yet.

Please login to write comment.