Color Hex Logo

#c36bba Color Hex

#C36BBA
(195,107,186)
0 Favorites   0 Comments

Color spaces of #c36bba

RGB 195107186
HSL0.850.420.59
HSV306°45°76°
CMYK 0.000.450.05   0.24
XYZ36.626325.662749.4773
Yxy25.66270.32770.2296
Hunter Lab50.658440.4044-22.4468
CIE-Lab57.715546.1101-26.6650

#c36bba color RGB value is (195,107,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101011 10111010
Octal 303 153 272
Decimal 195 107 186
Hex C3 6B BA

RGB Percentages of Color #c36bba

%39.96
%21.93
%38.11

CMYK Percentages of Color #c36bba

%0
%45
%5
%24

Triadic Colors of #c36bba

#c36bba #bac36b #6bbac3

Analogous Colors of #c36bba

#c36bba #c36b8e #a06bc3

Monochromatic Colors of #c36bba

#c36bba

Complementary Color

#c36bba #6bc374

#c36bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36bba Color CSS Codes

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

#c36bba Text Font Color

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

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


#c36bba Background Color

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

This div background color is #c36bba


#c36bba Border Color

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

This div border color is #c36bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36bba


Comments

No comments written yet.

Please login to write comment.