Color Hex Logo

#c551cb Color Hex

#C551CB
(197,81,203)
0 Favorites   0 Comments

Color spaces of #c551cb

RGB 19781203
HSL0.830.540.56
HSV297°60°80°
CMYK 0.030.600.00   0.20
XYZ36.747922.067058.8224
Yxy22.06700.31240.1876
Hunter Lab46.975557.4294-41.3596
CIE-Lab54.098062.1049-42.0300

#c551cb color RGB value is (197,81,203).

#c551cb hex color red value is 197, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c551cb hue: 0.83 , saturation: 0.54 and the lightness value of c551cb is 0.56.

The process color (four color CMYK) of #c551cb color hex is 0.03, 0.60, 0.00, 0.20. Web safe color of #c551cb is #cc66cc. Color #c551cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010001 11001011
Octal 305 121 313
Decimal 197 81 203
Hex C5 51 CB

RGB Percentages of Color #c551cb

%40.96
%16.84
%42.20

CMYK Percentages of Color #c551cb

%3
%60
%0
%20

Triadic Colors of #c551cb

#c551cb #cbc551 #51cbc5

Analogous Colors of #c551cb

#c551cb #cb5194 #8851cb

Monochromatic Colors of #c551cb

#c551cb

Complementary Color

#c551cb #57cb51

#c551cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c551cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c551cb Color CSS Codes

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

#c551cb Text Font Color

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

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


#c551cb Background Color

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

This div background color is #c551cb


#c551cb Border Color

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

This div border color is #c551cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c551cb


Comments

No comments written yet.

Please login to write comment.