Color Hex Logo

#c57fbe Color Hex

#C57FBE
(197,127,190)
0 Favorites   0 Comments

Color spaces of #c57fbe

RGB 197127190
HSL0.850.380.64
HSV306°36°77°
CMYK 0.000.360.04   0.23
XYZ39.909630.766852.5503
Yxy30.76680.32390.2497
Hunter Lab55.467831.3637-17.3440
CIE-Lab62.310336.8676-21.8626

#c57fbe color RGB value is (197,127,190).

#c57fbe hex color red value is 197, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c57fbe hue: 0.85 , saturation: 0.38 and the lightness value of c57fbe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 10111110
Octal 305 177 276
Decimal 197 127 190
Hex C5 7F BE

RGB Percentages of Color #c57fbe

%38.33
%24.71
%36.96

CMYK Percentages of Color #c57fbe

%0
%36
%4
%23

Triadic Colors of #c57fbe

#c57fbe #bec57f #7fbec5

Analogous Colors of #c57fbe

#c57fbe #c57f9b #a97fc5

Monochromatic Colors of #c57fbe

#c57fbe

Complementary Color

#c57fbe #7fc586

#c57fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57fbe Color CSS Codes

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

#c57fbe Text Font Color

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

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


#c57fbe Background Color

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

This div background color is #c57fbe


#c57fbe Border Color

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

This div border color is #c57fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57fbe


Comments

No comments written yet.

Please login to write comment.