Color Hex Logo

#c36fbf Color Hex

#C36FBF
(195,111,191)
0 Favorites   0 Comments

Color spaces of #c36fbf

RGB 195111191
HSL0.840.410.60
HSV303°43°76°
CMYK 0.000.430.02   0.24
XYZ37.594126.732652.4687
Yxy26.73260.32190.2289
Hunter Lab51.703639.3076-23.9749
CIE-Lab58.726044.9314-27.9611

#c36fbf color RGB value is (195,111,191).

#c36fbf hex color red value is 195, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c36fbf hue: 0.84 , saturation: 0.41 and the lightness value of c36fbf is 0.60.

The process color (four color CMYK) of #c36fbf color hex is 0.00, 0.43, 0.02, 0.24. Web safe color of #c36fbf is #cc66cc. Color #c36fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101111 10111111
Octal 303 157 277
Decimal 195 111 191
Hex C3 6F BF

RGB Percentages of Color #c36fbf

%39.24
%22.33
%38.43

CMYK Percentages of Color #c36fbf

%0
%43
%2
%24

Triadic Colors of #c36fbf

#c36fbf #bfc36f #6fbfc3

Analogous Colors of #c36fbf

#c36fbf #c36f95 #9d6fc3

Monochromatic Colors of #c36fbf

#c36fbf

Complementary Color

#c36fbf #6fc373

#c36fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36fbf Color CSS Codes

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

#c36fbf Text Font Color

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

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


#c36fbf Background Color

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

This div background color is #c36fbf


#c36fbf Border Color

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

This div border color is #c36fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,111,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36fbf

#c36fbf Color Palettes


Comments

No comments written yet.

Please login to write comment.