Color Hex Logo

#c309ae Color Hex

#C309AE
(195,9,174)
0 Favorites   0 Comments

Color spaces of #c309ae

RGB 1959174
HSL0.850.910.40
HSV307°95°76°
CMYK 0.000.950.11   0.24
XYZ30.243314.853541.3174
Yxy14.85350.35000.1719
Hunter Lab38.540272.6271-36.5842
CIE-Lab45.432976.5534-38.8765

#c309ae color RGB value is (195,9,174).

#c309ae hex color red value is 195, green value is 9 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c309ae hue: 0.85 , saturation: 0.91 and the lightness value of c309ae is 0.40.

The process color (four color CMYK) of #c309ae color hex is 0.00, 0.95, 0.11, 0.24. Web safe color of #c309ae is #cc0099. Color #c309ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 10101110
Octal 303 11 256
Decimal 195 9 174
Hex C3 9 AE

RGB Percentages of Color #c309ae

%51.59
%2.38
%46.03

CMYK Percentages of Color #c309ae

%0
%95
%11
%24

Triadic Colors of #c309ae

#c309ae #aec309 #09aec3

Analogous Colors of #c309ae

#c309ae #c30951 #7b09c3

Monochromatic Colors of #c309ae

#c309ae

Complementary Color

#c309ae #09c31e

#c309ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c309ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c309ae Color CSS Codes

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

#c309ae Text Font Color

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

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


#c309ae Background Color

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

This div background color is #c309ae


#c309ae Border Color

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

This div border color is #c309ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c309ae


Comments

No comments written yet.

Please login to write comment.