Color Hex Logo

#c335a6 Color Hex

#C335A6
(195,53,166)
0 Favorites   0 Comments

Color spaces of #c335a6

RGB 19553166
HSL0.870.570.49
HSV312°73°76°
CMYK 0.000.730.15   0.24
XYZ30.661716.901537.7227
Yxy16.90150.35950.1982
Hunter Lab41.111461.1837-25.6248
CIE-Lab48.135766.4703-29.8893

#c335a6 color RGB value is (195,53,166).

#c335a6 hex color red value is 195, green value is 53 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c335a6 hue: 0.87 , saturation: 0.57 and the lightness value of c335a6 is 0.49.

The process color (four color CMYK) of #c335a6 color hex is 0.00, 0.73, 0.15, 0.24. Web safe color of #c335a6 is #cc3399. Color #c335a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 10100110
Octal 303 65 246
Decimal 195 53 166
Hex C3 35 A6

RGB Percentages of Color #c335a6

%47.10
%12.80
%40.10

CMYK Percentages of Color #c335a6

%0
%73
%15
%24

Triadic Colors of #c335a6

#c335a6 #a6c335 #35a6c3

Analogous Colors of #c335a6

#c335a6 #c3355f #9935c3

Monochromatic Colors of #c335a6

#c335a6

Complementary Color

#c335a6 #35c352

#c335a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c335a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c335a6 Color CSS Codes

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

#c335a6 Text Font Color

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

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


#c335a6 Background Color

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

This div background color is #c335a6


#c335a6 Border Color

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

This div border color is #c335a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c335a6


Comments

No comments written yet.

Please login to write comment.