Color Hex Logo

#c35ced Color Hex

#C35CED
(195,92,237)
0 Favorites   0 Comments

Color spaces of #c35ced

RGB 19592237
HSL0.790.800.65
HSV283°61°93°
CMYK 0.180.610.00   0.07
XYZ41.618925.370882.8243
Yxy25.37080.27780.1693
Hunter Lab50.369459.3432-62.2341
CIE-Lab57.434963.1527-55.9580

#c35ced color RGB value is (195,92,237).

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

The process color (four color CMYK) of #c35ced color hex is 0.18, 0.61, 0.00, 0.07. Web safe color of #c35ced is #cc66ff. Color #c35ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 11101101
Octal 303 134 355
Decimal 195 92 237
Hex C3 5C ED

RGB Percentages of Color #c35ced

%37.21
%17.56
%45.23

CMYK Percentages of Color #c35ced

%18
%61
%0
%7

Triadic Colors of #c35ced

#c35ced #edc35c #5cedc3

Analogous Colors of #c35ced

#c35ced #ed5ccf #7b5ced

Monochromatic Colors of #c35ced

#c35ced

Complementary Color

#c35ced #86ed5c

#c35ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35ced Color CSS Codes

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

#c35ced Text Font Color

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

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


#c35ced Background Color

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

This div background color is #c35ced


#c35ced Border Color

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

This div border color is #c35ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35ced


Comments

No comments written yet.

Please login to write comment.