Color Hex Logo

#c35bfa Color Hex

#C35BFA
(195,91,250)
0 Favorites   0 Comments

Color spaces of #c35bfa

RGB 19591250
HSL0.780.940.67
HSV279°64°98°
CMYK 0.220.640.00   0.02
XYZ43.502125.986493.1655
Yxy25.98640.26750.1598
Hunter Lab50.976963.1170-72.6748
CIE-Lab58.024166.2555-62.2445

#c35bfa color RGB value is (195,91,250).

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

The process color (four color CMYK) of #c35bfa color hex is 0.22, 0.64, 0.00, 0.02. Web safe color of #c35bfa is #cc66ff. Color #c35bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 11111010
Octal 303 133 372
Decimal 195 91 250
Hex C3 5B FA

RGB Percentages of Color #c35bfa

%36.38
%16.98
%46.64

CMYK Percentages of Color #c35bfa

%22
%64
%0
%2

Triadic Colors of #c35bfa

#c35bfa #fac35b #5bfac3

Analogous Colors of #c35bfa

#c35bfa #fa5be2 #745bfa

Monochromatic Colors of #c35bfa

#c35bfa

Complementary Color

#c35bfa #92fa5b

#c35bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35bfa Color CSS Codes

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

#c35bfa Text Font Color

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

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


#c35bfa Background Color

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

This div background color is #c35bfa


#c35bfa Border Color

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

This div border color is #c35bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35bfa


Comments

No comments written yet.

Please login to write comment.