Color Hex Logo

#c55abf Color Hex

#C55ABF
(197,90,191)
0 Favorites   0 Comments

Color spaces of #c55abf

RGB 19790191
HSL0.840.480.56
HSV303°54°77°
CMYK 0.000.540.03   0.23
XYZ36.086122.944251.8169
Yxy22.94420.32550.2070
Hunter Lab47.900150.6499-30.6081
CIE-Lab55.014855.9533-33.7077

#c55abf color RGB value is (197,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011010 10111111
Octal 305 132 277
Decimal 197 90 191
Hex C5 5A BF

RGB Percentages of Color #c55abf

%41.21
%18.83
%39.96

CMYK Percentages of Color #c55abf

%0
%54
%3
%23

Triadic Colors of #c55abf

#c55abf #bfc55a #5abfc5

Analogous Colors of #c55abf

#c55abf #c55a8a #965ac5

Monochromatic Colors of #c55abf

#c55abf

Complementary Color

#c55abf #5ac560

#c55abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55abf Color CSS Codes

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

#c55abf Text Font Color

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

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


#c55abf Background Color

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

This div background color is #c55abf


#c55abf Border Color

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

This div border color is #c55abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55abf


Comments

No comments written yet.

Please login to write comment.