Color Hex Logo

#c55b9b Color Hex

#C55B9B
(197,91,155)
0 Favorites   0 Comments

Color spaces of #c55b9b

RGB 19791155
HSL0.900.480.56
HSV324°54°77°
CMYK 0.000.540.21   0.23
XYZ32.683421.719033.4799
Yxy21.71900.37190.2471
Hunter Lab46.603643.6267-9.9712
CIE-Lab53.727649.7443-14.7710

#c55b9b color RGB value is (197,91,155).

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

The process color (four color CMYK) of #c55b9b color hex is 0.00, 0.54, 0.21, 0.23. Web safe color of #c55b9b is #cc6699. Color #c55b9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011011 10011011
Octal 305 133 233
Decimal 197 91 155
Hex C5 5B 9B

RGB Percentages of Color #c55b9b

%44.47
%20.54
%34.99

CMYK Percentages of Color #c55b9b

%0
%54
%21
%23

Triadic Colors of #c55b9b

#c55b9b #9bc55b #5b9bc5

Analogous Colors of #c55b9b

#c55b9b #c55b66 #ba5bc5

Monochromatic Colors of #c55b9b

#c55b9b

Complementary Color

#c55b9b #5bc585

#c55b9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55b9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55b9b Color CSS Codes

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

#c55b9b Text Font Color

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

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


#c55b9b Background Color

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

This div background color is #c55b9b


#c55b9b Border Color

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

This div border color is #c55b9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55b9b


Comments

No comments written yet.

Please login to write comment.