Color Hex Logo

#c35eda Color Hex

#C35EDA
(195,94,218)
0 Favorites   0 Comments

Color spaces of #c35eda

RGB 19594218
HSL0.800.630.61
HSV289°57°85°
CMYK 0.110.570.00   0.15
XYZ39.163324.669569.0272
Yxy24.66950.29480.1857
Hunter Lab49.668453.8267-47.6310
CIE-Lab56.752058.4773-46.3762

#c35eda color RGB value is (195,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011110 11011010
Octal 303 136 332
Decimal 195 94 218
Hex C3 5E DA

RGB Percentages of Color #c35eda

%38.46
%18.54
%43.00

CMYK Percentages of Color #c35eda

%11
%57
%0
%15

Triadic Colors of #c35eda

#c35eda #dac35e #5edac3

Analogous Colors of #c35eda

#c35eda #da5eb3 #855eda

Monochromatic Colors of #c35eda

#c35eda

Complementary Color

#c35eda #75da5e

#c35eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35eda Color CSS Codes

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

#c35eda Text Font Color

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

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


#c35eda Background Color

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

This div background color is #c35eda


#c35eda Border Color

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

This div border color is #c35eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35eda


Comments

No comments written yet.

Please login to write comment.