Color Hex Logo

#c55fbb Color Hex

#C55FBB
(197,95,187)
0 Favorites   0 Comments

Color spaces of #c55fbb

RGB 19795187
HSL0.850.470.57
HSV306°52°77°
CMYK 0.000.520.05   0.23
XYZ36.087823.642649.6751
Yxy23.64260.32990.2161
Hunter Lab48.623747.3888-26.5355
CIE-Lab55.728252.8842-30.2961

#c55fbb color RGB value is (197,95,187).

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

The process color (four color CMYK) of #c55fbb color hex is 0.00, 0.52, 0.05, 0.23. Web safe color of #c55fbb is #cc66cc. Color #c55fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 10111011
Octal 305 137 273
Decimal 197 95 187
Hex C5 5F BB

RGB Percentages of Color #c55fbb

%41.13
%19.83
%39.04

CMYK Percentages of Color #c55fbb

%0
%52
%5
%23

Triadic Colors of #c55fbb

#c55fbb #bbc55f #5fbbc5

Analogous Colors of #c55fbb

#c55fbb #c55f88 #9c5fc5

Monochromatic Colors of #c55fbb

#c55fbb

Complementary Color

#c55fbb #5fc569

#c55fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55fbb Color CSS Codes

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

#c55fbb Text Font Color

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

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


#c55fbb Background Color

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

This div background color is #c55fbb


#c55fbb Border Color

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

This div border color is #c55fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55fbb


Comments

No comments written yet.

Please login to write comment.