Color Hex Logo

#c347ae Color Hex

#C347AE
(195,71,174)
0 Favorites   0 Comments

Color spaces of #c347ae

RGB 19571174
HSL0.860.510.52
HSV310°64°76°
CMYK 0.000.640.11   0.24
XYZ32.398919.164642.0359
Yxy19.16460.34610.2048
Hunter Lab43.777455.4944-26.2872
CIE-Lab50.879261.0023-30.3207

#c347ae color RGB value is (195,71,174).

#c347ae hex color red value is 195, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c347ae hue: 0.86 , saturation: 0.51 and the lightness value of c347ae is 0.52.

The process color (four color CMYK) of #c347ae color hex is 0.00, 0.64, 0.11, 0.24. Web safe color of #c347ae is #cc3399. Color #c347ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000111 10101110
Octal 303 107 256
Decimal 195 71 174
Hex C3 47 AE

RGB Percentages of Color #c347ae

%44.32
%16.14
%39.55

CMYK Percentages of Color #c347ae

%0
%64
%11
%24

Triadic Colors of #c347ae

#c347ae #aec347 #47aec3

Analogous Colors of #c347ae

#c347ae #c34770 #9a47c3

Monochromatic Colors of #c347ae

#c347ae

Complementary Color

#c347ae #47c35c

#c347ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c347ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c347ae Color CSS Codes

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

#c347ae Text Font Color

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

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


#c347ae Background Color

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

This div background color is #c347ae


#c347ae Border Color

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

This div border color is #c347ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c347ae


Comments

No comments written yet.

Please login to write comment.