Color Hex Logo

#c35bdf Color Hex

#C35BDF
(195,91,223)
0 Favorites   0 Comments

Color spaces of #c35bdf

RGB 19591223
HSL0.800.670.62
HSV287°59°87°
CMYK 0.130.590.00   0.13
XYZ39.566024.412072.4387
Yxy24.41200.29000.1790
Hunter Lab49.408556.4767-52.3402
CIE-Lab56.498060.8431-49.5992

#c35bdf color RGB value is (195,91,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 11011111
Octal 303 133 337
Decimal 195 91 223
Hex C3 5B DF

RGB Percentages of Color #c35bdf

%38.31
%17.88
%43.81

CMYK Percentages of Color #c35bdf

%13
%59
%0
%13

Triadic Colors of #c35bdf

#c35bdf #dfc35b #5bdfc3

Analogous Colors of #c35bdf

#c35bdf #df5bb9 #815bdf

Monochromatic Colors of #c35bdf

#c35bdf

Complementary Color

#c35bdf #77df5b

#c35bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35bdf Color CSS Codes

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

#c35bdf Text Font Color

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

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


#c35bdf Background Color

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

This div background color is #c35bdf


#c35bdf Border Color

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

This div border color is #c35bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35bdf


Comments

No comments written yet.

Please login to write comment.