Color Hex Logo

#c37aba Color Hex

#C37ABA
(195,122,186)
0 Favorites   0 Comments

Color spaces of #c37aba

RGB 195122186
HSL0.850.380.62
HSV307°37°76°
CMYK 0.000.370.05   0.24
XYZ38.328129.066350.0446
Yxy29.06630.32640.2475
Hunter Lab53.913232.5517-17.2964
CIE-Lab60.840138.1922-21.8632

#c37aba color RGB value is (195,122,186).

#c37aba hex color red value is 195, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c37aba hue: 0.85 , saturation: 0.38 and the lightness value of c37aba is 0.62.

The process color (four color CMYK) of #c37aba color hex is 0.00, 0.37, 0.05, 0.24. Web safe color of #c37aba is #cc66cc. Color #c37aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111010 10111010
Octal 303 172 272
Decimal 195 122 186
Hex C3 7A BA

RGB Percentages of Color #c37aba

%38.77
%24.25
%36.98

CMYK Percentages of Color #c37aba

%0
%37
%5
%24

Triadic Colors of #c37aba

#c37aba #bac37a #7abac3

Analogous Colors of #c37aba

#c37aba #c37a96 #a87ac3

Monochromatic Colors of #c37aba

#c37aba

Complementary Color

#c37aba #7ac383

#c37aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37aba Color CSS Codes

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

#c37aba Text Font Color

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

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


#c37aba Background Color

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

This div background color is #c37aba


#c37aba Border Color

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

This div border color is #c37aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37aba


Comments

No comments written yet.

Please login to write comment.