Color Hex Logo

#c58bbe Color Hex

#C58BBE
(197,139,190)
0 Favorites   0 Comments

Color spaces of #c58bbe

RGB 197139190
HSL0.850.330.66
HSV307°29°77°
CMYK 0.000.290.04   0.23
XYZ41.552834.053353.0981
Yxy34.05330.32290.2646
Hunter Lab58.355224.9823-13.1000
CIE-Lab65.004930.3227-17.7600

#c58bbe color RGB value is (197,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001011 10111110
Octal 305 213 276
Decimal 197 139 190
Hex C5 8B BE

RGB Percentages of Color #c58bbe

%37.45
%26.43
%36.12

CMYK Percentages of Color #c58bbe

%0
%29
%4
%23

Triadic Colors of #c58bbe

#c58bbe #bec58b #8bbec5

Analogous Colors of #c58bbe

#c58bbe #c58ba1 #af8bc5

Monochromatic Colors of #c58bbe

#c58bbe

Complementary Color

#c58bbe #8bc592

#c58bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58bbe Color CSS Codes

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

#c58bbe Text Font Color

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

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


#c58bbe Background Color

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

This div background color is #c58bbe


#c58bbe Border Color

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

This div border color is #c58bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58bbe


Comments

No comments written yet.

Please login to write comment.