Color Hex Logo

#c35be5 Color Hex

#C35BE5
(195,91,229)
0 Favorites   0 Comments

Color spaces of #c35be5

RGB 19591229
HSL0.790.730.63
HSV285°60°90°
CMYK 0.150.600.00   0.10
XYZ40.389624.741476.7755
Yxy24.74140.28460.1744
Hunter Lab49.740757.8962-56.6964
CIE-Lab56.822662.0165-52.4565

#c35be5 color RGB value is (195,91,229).

#c35be5 hex color red value is 195, green value is 91 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c35be5 hue: 0.79 , saturation: 0.73 and the lightness value of c35be5 is 0.63.

The process color (four color CMYK) of #c35be5 color hex is 0.15, 0.60, 0.00, 0.10. Web safe color of #c35be5 is #cc66cc. Color #c35be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 11100101
Octal 303 133 345
Decimal 195 91 229
Hex C3 5B E5

RGB Percentages of Color #c35be5

%37.86
%17.67
%44.47

CMYK Percentages of Color #c35be5

%15
%60
%0
%10

Triadic Colors of #c35be5

#c35be5 #e5c35b #5be5c3

Analogous Colors of #c35be5

#c35be5 #e55bc2 #7e5be5

Monochromatic Colors of #c35be5

#c35be5

Complementary Color

#c35be5 #7de55b

#c35be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35be5 Color CSS Codes

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

#c35be5 Text Font Color

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

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


#c35be5 Background Color

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

This div background color is #c35be5


#c35be5 Border Color

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

This div border color is #c35be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35be5


Comments

No comments written yet.

Please login to write comment.