Color Hex Logo

#c35adc Color Hex

#C35ADC
(195,90,220)
0 Favorites   0 Comments

Color spaces of #c35adc

RGB 19590220
HSL0.800.650.61
HSV288°59°86°
CMYK 0.110.590.00   0.14
XYZ39.080124.081770.2986
Yxy24.08170.29280.1804
Hunter Lab49.073156.2732-50.5834
CIE-Lab56.169560.7243-48.4289

#c35adc color RGB value is (195,90,220).

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

The process color (four color CMYK) of #c35adc color hex is 0.11, 0.59, 0.00, 0.14. Web safe color of #c35adc is #cc66cc. Color #c35adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 11011100
Octal 303 132 334
Decimal 195 90 220
Hex C3 5A DC

RGB Percentages of Color #c35adc

%38.61
%17.82
%43.56

CMYK Percentages of Color #c35adc

%11
%59
%0
%14

Triadic Colors of #c35adc

#c35adc #dcc35a #5adcc3

Analogous Colors of #c35adc

#c35adc #dc5ab4 #825adc

Monochromatic Colors of #c35adc

#c35adc

Complementary Color

#c35adc #73dc5a

#c35adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35adc Color CSS Codes

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

#c35adc Text Font Color

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

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


#c35adc Background Color

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

This div background color is #c35adc


#c35adc Border Color

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

This div border color is #c35adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35adc


Comments

No comments written yet.

Please login to write comment.