Color Hex Logo

#c36fbd Color Hex

#C36FBD
(195,111,189)
0 Favorites   0 Comments

Color spaces of #c36fbd

RGB 195111189
HSL0.850.410.60
HSV304°43°76°
CMYK 0.000.430.03   0.24
XYZ37.375426.645151.3172
Yxy26.64510.32410.2310
Hunter Lab51.618938.9124-22.8102
CIE-Lab58.644444.5701-26.9463

#c36fbd color RGB value is (195,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101111 10111101
Octal 303 157 275
Decimal 195 111 189
Hex C3 6F BD

RGB Percentages of Color #c36fbd

%39.39
%22.42
%38.18

CMYK Percentages of Color #c36fbd

%0
%43
%3
%24

Triadic Colors of #c36fbd

#c36fbd #bdc36f #6fbdc3

Analogous Colors of #c36fbd

#c36fbd #c36f93 #9f6fc3

Monochromatic Colors of #c36fbd

#c36fbd

Complementary Color

#c36fbd #6fc375

#c36fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36fbd Color CSS Codes

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

#c36fbd Text Font Color

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

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


#c36fbd Background Color

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

This div background color is #c36fbd


#c36fbd Border Color

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

This div border color is #c36fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36fbd


Comments

No comments written yet.

Please login to write comment.