Color Hex Logo

#c35fde Color Hex

#C35FDE
(195,95,222)
0 Favorites   0 Comments

Color spaces of #c35fde

RGB 19595222
HSL0.800.660.62
HSV287°57°87°
CMYK 0.120.570.00   0.13
XYZ39.782725.060471.8476
Yxy25.06040.29100.1833
Hunter Lab50.060454.2473-50.0519
CIE-Lab57.134258.7809-48.0260

#c35fde color RGB value is (195,95,222).

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

The process color (four color CMYK) of #c35fde color hex is 0.12, 0.57, 0.00, 0.13. Web safe color of #c35fde is #cc66cc. Color #c35fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 11011110
Octal 303 137 336
Decimal 195 95 222
Hex C3 5F DE

RGB Percentages of Color #c35fde

%38.09
%18.55
%43.36

CMYK Percentages of Color #c35fde

%12
%57
%0
%13

Triadic Colors of #c35fde

#c35fde #dec35f #5fdec3

Analogous Colors of #c35fde

#c35fde #de5fba #845fde

Monochromatic Colors of #c35fde

#c35fde

Complementary Color

#c35fde #7ade5f

#c35fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fde Color CSS Codes

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

#c35fde Text Font Color

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

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


#c35fde Background Color

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

This div background color is #c35fde


#c35fde Border Color

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

This div border color is #c35fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fde


Comments

No comments written yet.

Please login to write comment.