Color Hex Logo

#c055eb Color Hex

#C055EB
(192,85,235)
0 Favorites   0 Comments

Color spaces of #c055eb

RGB 19285235
HSL0.790.790.63
HSV283°64°92°
CMYK 0.180.640.00   0.08
XYZ39.982123.701681.0648
Yxy23.70160.27620.1637
Hunter Lab48.684361.3961-64.6455
CIE-Lab55.787865.2084-57.4958

#c055eb color RGB value is (192,85,235).

#c055eb hex color red value is 192, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c055eb hue: 0.79 , saturation: 0.79 and the lightness value of c055eb is 0.63.

The process color (four color CMYK) of #c055eb color hex is 0.18, 0.64, 0.00, 0.08. Web safe color of #c055eb is #cc66ff. Color #c055eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 11101011
Octal 300 125 353
Decimal 192 85 235
Hex C0 55 EB

RGB Percentages of Color #c055eb

%37.50
%16.60
%45.90

CMYK Percentages of Color #c055eb

%18
%64
%0
%8

Triadic Colors of #c055eb

#c055eb #ebc055 #55ebc0

Analogous Colors of #c055eb

#c055eb #eb55cb #7555eb

Monochromatic Colors of #c055eb

#c055eb

Complementary Color

#c055eb #80eb55

#c055eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055eb Color CSS Codes

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

#c055eb Text Font Color

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

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


#c055eb Background Color

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

This div background color is #c055eb


#c055eb Border Color

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

This div border color is #c055eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055eb


Comments

No comments written yet.

Please login to write comment.