Color Hex Logo

#c305ac Color Hex

#C305AC
(195,5,172)
0 Favorites   0 Comments

Color spaces of #c305ac

RGB 1955172
HSL0.850.950.39
HSV307°97°76°
CMYK 0.000.970.12   0.24
XYZ30.006314.689240.2835
Yxy14.68920.35310.1729
Hunter Lab38.326572.6786-35.4889
CIE-Lab45.205576.6393-38.0505

#c305ac color RGB value is (195,5,172).

#c305ac hex color red value is 195, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c305ac hue: 0.85 , saturation: 0.95 and the lightness value of c305ac is 0.39.

The process color (four color CMYK) of #c305ac color hex is 0.00, 0.97, 0.12, 0.24. Web safe color of #c305ac is #cc0099. Color #c305ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 10101100
Octal 303 5 254
Decimal 195 5 172
Hex C3 5 AC

RGB Percentages of Color #c305ac

%52.42
%1.34
%46.24

CMYK Percentages of Color #c305ac

%0
%97
%12
%24

Triadic Colors of #c305ac

#c305ac #acc305 #05acc3

Analogous Colors of #c305ac

#c305ac #c3054d #7b05c3

Monochromatic Colors of #c305ac

#c305ac

Complementary Color

#c305ac #05c31c

#c305ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c305ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c305ac Color CSS Codes

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

#c305ac Text Font Color

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

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


#c305ac Background Color

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

This div background color is #c305ac


#c305ac Border Color

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

This div border color is #c305ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c305ac


Comments

No comments written yet.

Please login to write comment.