Color Hex Logo

#c35fdc Color Hex

#C35FDC
(195,95,220)
0 Favorites   0 Comments

Color spaces of #c35fdc

RGB 19595220
HSL0.800.640.62
HSV288°57°86°
CMYK 0.110.570.00   0.14
XYZ39.516224.953870.4440
Yxy24.95380.29290.1850
Hunter Lab49.953853.7843-48.6421
CIE-Lab57.030458.3915-47.0637

#c35fdc color RGB value is (195,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 11011100
Octal 303 137 334
Decimal 195 95 220
Hex C3 5F DC

RGB Percentages of Color #c35fdc

%38.24
%18.63
%43.14

CMYK Percentages of Color #c35fdc

%11
%57
%0
%14

Triadic Colors of #c35fdc

#c35fdc #dcc35f #5fdcc3

Analogous Colors of #c35fdc

#c35fdc #dc5fb7 #855fdc

Monochromatic Colors of #c35fdc

#c35fdc

Complementary Color

#c35fdc #78dc5f

#c35fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fdc Color CSS Codes

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

#c35fdc Text Font Color

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

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


#c35fdc Background Color

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

This div background color is #c35fdc


#c35fdc Border Color

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

This div border color is #c35fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fdc


Comments

No comments written yet.

Please login to write comment.