Color Hex Logo

#c36fae Color Hex

#C36FAE
(195,111,174)
0 Favorites   0 Comments

Color spaces of #c36fae

RGB 195111174
HSL0.880.410.60
HSV315°43°76°
CMYK 0.000.430.11   0.24
XYZ35.830126.027043.1797
Yxy26.02700.34110.2478
Hunter Lab51.016736.0852-14.4705
CIE-Lab58.062741.9578-19.2445

#c36fae color RGB value is (195,111,174).

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

The process color (four color CMYK) of #c36fae color hex is 0.00, 0.43, 0.11, 0.24. Web safe color of #c36fae is #cc6699. Color #c36fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101111 10101110
Octal 303 157 256
Decimal 195 111 174
Hex C3 6F AE

RGB Percentages of Color #c36fae

%40.63
%23.13
%36.25

CMYK Percentages of Color #c36fae

%0
%43
%11
%24

Triadic Colors of #c36fae

#c36fae #aec36f #6faec3

Analogous Colors of #c36fae

#c36fae #c36f84 #ae6fc3

Monochromatic Colors of #c36fae

#c36fae

Complementary Color

#c36fae #6fc384

#c36fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36fae Color CSS Codes

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

#c36fae Text Font Color

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

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


#c36fae Background Color

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

This div background color is #c36fae


#c36fae Border Color

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

This div border color is #c36fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36fae


Comments

No comments written yet.

Please login to write comment.