Color Hex Logo

#c35add Color Hex

#C35ADD
(195,90,221)
0 Favorites   0 Comments

Color spaces of #c35add

RGB 19590221
HSL0.800.660.61
HSV288°59°87°
CMYK 0.120.590.00   0.13
XYZ39.213024.134970.9984
Yxy24.13490.29190.1796
Hunter Lab49.127356.5045-51.2964
CIE-Lab56.222660.9164-48.9090

#c35add color RGB value is (195,90,221).

#c35add hex color red value is 195, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c35add hue: 0.80 , saturation: 0.66 and the lightness value of c35add is 0.61.

The process color (four color CMYK) of #c35add color hex is 0.12, 0.59, 0.00, 0.13. Web safe color of #c35add is #cc66cc. Color #c35add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 11011101
Octal 303 132 335
Decimal 195 90 221
Hex C3 5A DD

RGB Percentages of Color #c35add

%38.54
%17.79
%43.68

CMYK Percentages of Color #c35add

%12
%59
%0
%13

Triadic Colors of #c35add

#c35add #ddc35a #5addc3

Analogous Colors of #c35add

#c35add #dd5ab6 #825add

Monochromatic Colors of #c35add

#c35add

Complementary Color

#c35add #74dd5a

#c35add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35add Color CSS Codes

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

#c35add Text Font Color

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

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


#c35add Background Color

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

This div background color is #c35add


#c35add Border Color

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

This div border color is #c35add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35add


Comments

No comments written yet.

Please login to write comment.