Color Hex Logo

#c35cdc Color Hex

#C35CDC
(195,92,220)
0 Favorites   0 Comments

Color spaces of #c35cdc

RGB 19592220
HSL0.800.650.61
HSV288°58°86°
CMYK 0.110.580.00   0.14
XYZ39.251124.423770.3556
Yxy24.42370.29290.1822
Hunter Lab49.420355.2844-49.8120
CIE-Lab56.509559.8001-47.8893

#c35cdc color RGB value is (195,92,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 11011100
Octal 303 134 334
Decimal 195 92 220
Hex C3 5C DC

RGB Percentages of Color #c35cdc

%38.46
%18.15
%43.39

CMYK Percentages of Color #c35cdc

%11
%58
%0
%14

Triadic Colors of #c35cdc

#c35cdc #dcc35c #5cdcc3

Analogous Colors of #c35cdc

#c35cdc #dc5cb5 #835cdc

Monochromatic Colors of #c35cdc

#c35cdc

Complementary Color

#c35cdc #75dc5c

#c35cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cdc Color CSS Codes

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

#c35cdc Text Font Color

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

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


#c35cdc Background Color

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

This div background color is #c35cdc


#c35cdc Border Color

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

This div border color is #c35cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cdc


Comments

No comments written yet.

Please login to write comment.