Color Hex Logo

#c58bbc Color Hex

#C58BBC
(197,139,188)
0 Favorites   0 Comments

Color spaces of #c58bbc

RGB 197139188
HSL0.860.330.66
HSV309°29°77°
CMYK 0.000.290.05   0.23
XYZ41.335733.966451.9545
Yxy33.96640.32480.2669
Hunter Lab58.280724.6102-12.0578
CIE-Lab64.935929.9579-16.7405

#c58bbc color RGB value is (197,139,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001011 10111100
Octal 305 213 274
Decimal 197 139 188
Hex C5 8B BC

RGB Percentages of Color #c58bbc

%37.60
%26.53
%35.88

CMYK Percentages of Color #c58bbc

%0
%29
%5
%23

Triadic Colors of #c58bbc

#c58bbc #bcc58b #8bbcc5

Analogous Colors of #c58bbc

#c58bbc #c58b9f #b18bc5

Monochromatic Colors of #c58bbc

#c58bbc

Complementary Color

#c58bbc #8bc594

#c58bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58bbc Color CSS Codes

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

#c58bbc Text Font Color

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

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


#c58bbc Background Color

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

This div background color is #c58bbc


#c58bbc Border Color

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

This div border color is #c58bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58bbc


Comments

No comments written yet.

Please login to write comment.