Color Hex Logo

#c57bcc Color Hex

#C57BCC
(197,123,204)
0 Favorites   0 Comments

Color spaces of #c57bcc

RGB 197123204
HSL0.820.440.64
HSV295°40°80°
CMYK 0.030.400.00   0.20
XYZ41.008030.395960.8324
Yxy30.39590.31010.2299
Hunter Lab55.132536.2880-26.8270
CIE-Lab61.994341.6333-30.2503

#c57bcc color RGB value is (197,123,204).

#c57bcc hex color red value is 197, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c57bcc hue: 0.82 , saturation: 0.44 and the lightness value of c57bcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111011 11001100
Octal 305 173 314
Decimal 197 123 204
Hex C5 7B CC

RGB Percentages of Color #c57bcc

%37.60
%23.47
%38.93

CMYK Percentages of Color #c57bcc

%3
%40
%0
%20

Triadic Colors of #c57bcc

#c57bcc #ccc57b #7bccc5

Analogous Colors of #c57bcc

#c57bcc #cc7bab #9d7bcc

Monochromatic Colors of #c57bcc

#c57bcc

Complementary Color

#c57bcc #82cc7b

#c57bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57bcc Color CSS Codes

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

#c57bcc Text Font Color

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

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


#c57bcc Background Color

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

This div background color is #c57bcc


#c57bcc Border Color

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

This div border color is #c57bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57bcc


Comments

No comments written yet.

Please login to write comment.