Color Hex Logo

#c58cbe Color Hex

#C58CBE
(197,140,190)
0 Favorites   0 Comments

Color spaces of #c58cbe

RGB 197140190
HSL0.850.330.66
HSV307°29°77°
CMYK 0.000.290.04   0.23
XYZ41.698334.344253.1465
Yxy34.34420.32280.2658
Hunter Lab58.603924.4508-12.7459
CIE-Lab65.234929.7737-17.4112

#c58cbe color RGB value is (197,140,190).

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

The process color (four color CMYK) of #c58cbe color hex is 0.00, 0.29, 0.04, 0.23. Web safe color of #c58cbe is #cc99cc. Color #c58cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 10111110
Octal 305 214 276
Decimal 197 140 190
Hex C5 8C BE

RGB Percentages of Color #c58cbe

%37.38
%26.57
%36.05

CMYK Percentages of Color #c58cbe

%0
%29
%4
%23

Triadic Colors of #c58cbe

#c58cbe #bec58c #8cbec5

Analogous Colors of #c58cbe

#c58cbe #c58ca2 #b08cc5

Monochromatic Colors of #c58cbe

#c58cbe

Complementary Color

#c58cbe #8cc593

#c58cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58cbe Color CSS Codes

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

#c58cbe Text Font Color

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

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


#c58cbe Background Color

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

This div background color is #c58cbe


#c58cbe Border Color

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

This div border color is #c58cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58cbe


Comments

No comments written yet.

Please login to write comment.