Color Hex Logo

#c549cb Color Hex

#C549CB
(197,73,203)
0 Favorites   0 Comments

Color spaces of #c549cb

RGB 19773203
HSL0.830.560.54
HSV297°64°80°
CMYK 0.030.640.00   0.20
XYZ36.188020.947258.6358
Yxy20.94720.31260.1809
Hunter Lab45.768161.0425-43.9217
CIE-Lab52.891765.4453-43.9375

#c549cb color RGB value is (197,73,203).

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

The process color (four color CMYK) of #c549cb color hex is 0.03, 0.64, 0.00, 0.20. Web safe color of #c549cb is #cc33cc. Color #c549cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 11001011
Octal 305 111 313
Decimal 197 73 203
Hex C5 49 CB

RGB Percentages of Color #c549cb

%41.65
%15.43
%42.92

CMYK Percentages of Color #c549cb

%3
%64
%0
%20

Triadic Colors of #c549cb

#c549cb #cbc549 #49cbc5

Analogous Colors of #c549cb

#c549cb #cb4990 #8449cb

Monochromatic Colors of #c549cb

#c549cb

Complementary Color

#c549cb #4fcb49

#c549cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c549cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c549cb Color CSS Codes

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

#c549cb Text Font Color

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

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


#c549cb Background Color

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

This div background color is #c549cb


#c549cb Border Color

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

This div border color is #c549cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c549cb


Comments

No comments written yet.

Please login to write comment.