Color Hex Logo

#c58bba Color Hex

#C58BBA
(197,139,186)
0 Favorites   0 Comments

Color spaces of #c58bba

RGB 197139186
HSL0.860.330.66
HSV311°29°77°
CMYK 0.000.290.06   0.23
XYZ41.121533.880750.8267
Yxy33.88070.32680.2693
Hunter Lab58.207124.2421-11.0273
CIE-Lab64.867829.5960-15.7188

#c58bba color RGB value is (197,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001011 10111010
Octal 305 213 272
Decimal 197 139 186
Hex C5 8B BA

RGB Percentages of Color #c58bba

%37.74
%26.63
%35.63

CMYK Percentages of Color #c58bba

%0
%29
%6
%23

Triadic Colors of #c58bba

#c58bba #bac58b #8bbac5

Analogous Colors of #c58bba

#c58bba #c58b9d #b38bc5

Monochromatic Colors of #c58bba

#c58bba

Complementary Color

#c58bba #8bc596

#c58bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58bba Color CSS Codes

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

#c58bba Text Font Color

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

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


#c58bba Background Color

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

This div background color is #c58bba


#c58bba Border Color

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

This div border color is #c58bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58bba


Comments

No comments written yet.

Please login to write comment.