Color Hex Logo

#c360eb Color Hex

#C360EB
(195,96,235)
0 Favorites   0 Comments

Color spaces of #c360eb

RGB 19596235
HSL0.790.780.65
HSV283°59°92°
CMYK 0.170.590.00   0.08
XYZ41.683925.966081.4122
Yxy25.96600.27960.1742
Hunter Lab50.956856.8427-59.0560
CIE-Lab58.004860.8941-53.9320

#c360eb color RGB value is (195,96,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 11101011
Octal 303 140 353
Decimal 195 96 235
Hex C3 60 EB

RGB Percentages of Color #c360eb

%37.07
%18.25
%44.68

CMYK Percentages of Color #c360eb

%17
%59
%0
%8

Triadic Colors of #c360eb

#c360eb #ebc360 #60ebc3

Analogous Colors of #c360eb

#c360eb #eb60ce #7e60eb

Monochromatic Colors of #c360eb

#c360eb

Complementary Color

#c360eb #88eb60

#c360eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c360eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c360eb Color CSS Codes

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

#c360eb Text Font Color

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

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


#c360eb Background Color

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

This div background color is #c360eb


#c360eb Border Color

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

This div border color is #c360eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,96,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 #c360eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c360eb


Comments

No comments written yet.

Please login to write comment.