Color Hex Logo

#c35cda Color Hex

#C35CDA
(195,92,218)
0 Favorites   0 Comments

Color spaces of #c35cda

RGB 19592218
HSL0.800.630.61
HSV289°58°85°
CMYK 0.110.580.00   0.15
XYZ38.987724.318468.9687
Yxy24.31840.29470.1838
Hunter Lab49.313754.8242-48.4017
CIE-Lab56.405259.4152-46.9256

#c35cda color RGB value is (195,92,218).

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

The process color (four color CMYK) of #c35cda color hex is 0.11, 0.58, 0.00, 0.15. Web safe color of #c35cda is #cc66cc. Color #c35cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 11011010
Octal 303 134 332
Decimal 195 92 218
Hex C3 5C DA

RGB Percentages of Color #c35cda

%38.61
%18.22
%43.17

CMYK Percentages of Color #c35cda

%11
%58
%0
%15

Triadic Colors of #c35cda

#c35cda #dac35c #5cdac3

Analogous Colors of #c35cda

#c35cda #da5cb2 #845cda

Monochromatic Colors of #c35cda

#c35cda

Complementary Color

#c35cda #73da5c

#c35cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cda Color CSS Codes

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

#c35cda Text Font Color

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

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


#c35cda Background Color

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

This div background color is #c35cda


#c35cda Border Color

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

This div border color is #c35cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cda


Comments

No comments written yet.

Please login to write comment.