Color Hex Logo

#c361eb Color Hex

#C361EB
(195,97,235)
0 Favorites   0 Comments

Color spaces of #c361eb

RGB 19597235
HSL0.790.780.65
HSV283°59°92°
CMYK 0.170.590.00   0.08
XYZ41.775826.149681.4428
Yxy26.14960.27970.1751
Hunter Lab51.136756.3353-58.6325
CIE-Lab58.178860.4230-53.6547

#c361eb color RGB value is (195,97,235).

#c361eb hex color red value is 195, green value is 97 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c361eb hue: 0.79 , saturation: 0.78 and the lightness value of c361eb is 0.65.

The process color (four color CMYK) of #c361eb color hex is 0.17, 0.59, 0.00, 0.08. Web safe color of #c361eb is #cc66ff. Color #c361eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100001 11101011
Octal 303 141 353
Decimal 195 97 235
Hex C3 61 EB

RGB Percentages of Color #c361eb

%37.00
%18.41
%44.59

CMYK Percentages of Color #c361eb

%17
%59
%0
%8

Triadic Colors of #c361eb

#c361eb #ebc361 #61ebc3

Analogous Colors of #c361eb

#c361eb #eb61ce #7e61eb

Monochromatic Colors of #c361eb

#c361eb

Complementary Color

#c361eb #89eb61

#c361eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c361eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c361eb Color CSS Codes

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

#c361eb Text Font Color

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

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


#c361eb Background Color

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

This div background color is #c361eb


#c361eb Border Color

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

This div border color is #c361eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c361eb


Comments

No comments written yet.

Please login to write comment.