Color Hex Logo

#c55bbd Color Hex

#C55BBD
(197,91,189)
0 Favorites   0 Comments

Color spaces of #c55bbd

RGB 19791189
HSL0.850.480.56
HSV305°54°77°
CMYK 0.000.540.04   0.23
XYZ35.952423.026650.6938
Yxy23.02660.32780.2100
Hunter Lab47.986049.7613-29.0454
CIE-Lab55.099755.1396-32.4249

#c55bbd color RGB value is (197,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011011 10111101
Octal 305 133 275
Decimal 197 91 189
Hex C5 5B BD

RGB Percentages of Color #c55bbd

%41.30
%19.08
%39.62

CMYK Percentages of Color #c55bbd

%0
%54
%4
%23

Triadic Colors of #c55bbd

#c55bbd #bdc55b #5bbdc5

Analogous Colors of #c55bbd

#c55bbd #c55b88 #985bc5

Monochromatic Colors of #c55bbd

#c55bbd

Complementary Color

#c55bbd #5bc563

#c55bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55bbd Color CSS Codes

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

#c55bbd Text Font Color

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

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


#c55bbd Background Color

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

This div background color is #c55bbd


#c55bbd Border Color

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

This div border color is #c55bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55bbd


Comments

No comments written yet.

Please login to write comment.