Color Hex Logo

#c36aba Color Hex

#C36ABA
(195,106,186)
0 Favorites   0 Comments

Color spaces of #c36aba

RGB 195106186
HSL0.850.430.59
HSV306°46°76°
CMYK 0.000.460.05   0.24
XYZ36.522625.455349.4428
Yxy25.45530.32780.2285
Hunter Lab50.453240.9212-22.7853
CIE-Lab57.516446.6247-26.9726

#c36aba color RGB value is (195,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101010 10111010
Octal 303 152 272
Decimal 195 106 186
Hex C3 6A BA

RGB Percentages of Color #c36aba

%40.04
%21.77
%38.19

CMYK Percentages of Color #c36aba

%0
%46
%5
%24

Triadic Colors of #c36aba

#c36aba #bac36a #6abac3

Analogous Colors of #c36aba

#c36aba #c36a8e #a06ac3

Monochromatic Colors of #c36aba

#c36aba

Complementary Color

#c36aba #6ac373

#c36aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36aba Color CSS Codes

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

#c36aba Text Font Color

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

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


#c36aba Background Color

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

This div background color is #c36aba


#c36aba Border Color

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

This div border color is #c36aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36aba


Comments

No comments written yet.

Please login to write comment.