Color Hex Logo

#c555bd Color Hex

#C555BD
(197,85,189)
0 Favorites   0 Comments

Color spaces of #c555bd

RGB 19785189
HSL0.850.490.55
HSV304°57°77°
CMYK 0.000.570.04   0.23
XYZ35.459822.041450.5296
Yxy22.04140.32820.2040
Hunter Lab46.948352.6607-30.9490
CIE-Lab54.070957.9151-34.0312

#c555bd color RGB value is (197,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010101 10111101
Octal 305 125 275
Decimal 197 85 189
Hex C5 55 BD

RGB Percentages of Color #c555bd

%41.83
%18.05
%40.13

CMYK Percentages of Color #c555bd

%0
%57
%4
%23

Triadic Colors of #c555bd

#c555bd #bdc555 #55bdc5

Analogous Colors of #c555bd

#c555bd #c55585 #9555c5

Monochromatic Colors of #c555bd

#c555bd

Complementary Color

#c555bd #55c55d

#c555bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c555bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c555bd Color CSS Codes

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

#c555bd Text Font Color

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

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


#c555bd Background Color

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

This div background color is #c555bd


#c555bd Border Color

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

This div border color is #c555bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,85,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 #c555bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c555bd


Comments

No comments written yet.

Please login to write comment.