Color Hex Logo

#c368ac Color Hex

#C368AC
(195,104,172)
0 Favorites   0 Comments

Color spaces of #c368ac

RGB 195104172
HSL0.880.430.59
HSV315°47°76°
CMYK 0.000.470.12   0.24
XYZ34.902424.481341.9155
Yxy24.48130.34450.2417
Hunter Lab49.478639.3271-15.5922
CIE-Lab56.566545.2622-20.3759

#c368ac color RGB value is (195,104,172).

#c368ac hex color red value is 195, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c368ac hue: 0.88 , saturation: 0.43 and the lightness value of c368ac is 0.59.

The process color (four color CMYK) of #c368ac color hex is 0.00, 0.47, 0.12, 0.24. Web safe color of #c368ac is #cc6699. Color #c368ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 10101100
Octal 303 150 254
Decimal 195 104 172
Hex C3 68 AC

RGB Percentages of Color #c368ac

%41.40
%22.08
%36.52

CMYK Percentages of Color #c368ac

%0
%47
%12
%24

Triadic Colors of #c368ac

#c368ac #acc368 #68acc3

Analogous Colors of #c368ac

#c368ac #c3687f #ad68c3

Monochromatic Colors of #c368ac

#c368ac

Complementary Color

#c368ac #68c37f

#c368ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c368ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c368ac Color CSS Codes

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

#c368ac Text Font Color

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

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


#c368ac Background Color

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

This div background color is #c368ac


#c368ac Border Color

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

This div border color is #c368ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c368ac


Comments

No comments written yet.

Please login to write comment.