Color Hex Logo

#c306ad Color Hex

#C306AD
(195,6,173)
0 Favorites   0 Comments

Color spaces of #c306ad

RGB 1956173
HSL0.850.940.39
HSV307°97°76°
CMYK 0.000.970.11   0.24
XYZ30.113614.749540.7949
Yxy14.74950.35160.1722
Hunter Lab38.405172.7538-36.0959
CIE-Lab45.289276.6841-38.5113

#c306ad color RGB value is (195,6,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000110 10101101
Octal 303 6 255
Decimal 195 6 173
Hex C3 6 AD

RGB Percentages of Color #c306ad

%52.14
%1.60
%46.26

CMYK Percentages of Color #c306ad

%0
%97
%11
%24

Triadic Colors of #c306ad

#c306ad #adc306 #06adc3

Analogous Colors of #c306ad

#c306ad #c3064f #7b06c3

Monochromatic Colors of #c306ad

#c306ad

Complementary Color

#c306ad #06c31c

#c306ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c306ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c306ad Color CSS Codes

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

#c306ad Text Font Color

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

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


#c306ad Background Color

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

This div background color is #c306ad


#c306ad Border Color

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

This div border color is #c306ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c306ad


Comments

No comments written yet.

Please login to write comment.