Color Hex Logo

#c55bbc Color Hex

#C55BBC
(197,91,188)
1 Favorites   0 Comments

Color spaces of #c55bbc

RGB 19791188
HSL0.850.480.56
HSV305°54°77°
CMYK 0.000.540.05   0.23
XYZ35.844122.983350.1240
Yxy22.98330.32900.2110
Hunter Lab47.940949.5630-28.4313
CIE-Lab55.055154.9684-31.9189

#c55bbc color RGB value is (197,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011011 10111100
Octal 305 133 274
Decimal 197 91 188
Hex C5 5B BC

RGB Percentages of Color #c55bbc

%41.39
%19.12
%39.50

CMYK Percentages of Color #c55bbc

%0
%54
%5
%23

Triadic Colors of #c55bbc

#c55bbc #bcc55b #5bbcc5

Analogous Colors of #c55bbc

#c55bbc #c55b87 #995bc5

Monochromatic Colors of #c55bbc

#c55bbc

Complementary Color

#c55bbc #5bc564

#c55bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55bbc Color CSS Codes

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

#c55bbc Text Font Color

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

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


#c55bbc Background Color

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

This div background color is #c55bbc


#c55bbc Border Color

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

This div border color is #c55bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55bbc


Comments

No comments written yet.

Please login to write comment.