Color Hex Logo

#c055ec Color Hex

#C055EC
(192,85,236)
0 Favorites   0 Comments

Color spaces of #c055ec

RGB 19285236
HSL0.780.800.63
HSV283°64°93°
CMYK 0.190.640.00   0.07
XYZ40.127023.759681.8280
Yxy23.75960.27540.1631
Hunter Lab48.743861.6435-65.4116
CIE-Lab55.846365.4082-57.9620

#c055ec color RGB value is (192,85,236).

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

The process color (four color CMYK) of #c055ec color hex is 0.19, 0.64, 0.00, 0.07. Web safe color of #c055ec is #cc66ff. Color #c055ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 11101100
Octal 300 125 354
Decimal 192 85 236
Hex C0 55 EC

RGB Percentages of Color #c055ec

%37.43
%16.57
%46.00

CMYK Percentages of Color #c055ec

%19
%64
%0
%7

Triadic Colors of #c055ec

#c055ec #ecc055 #55ecc0

Analogous Colors of #c055ec

#c055ec #ec55cd #7555ec

Monochromatic Colors of #c055ec

#c055ec

Complementary Color

#c055ec #81ec55

#c055ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055ec Color CSS Codes

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

#c055ec Text Font Color

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

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


#c055ec Background Color

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

This div background color is #c055ec


#c055ec Border Color

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

This div border color is #c055ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,85,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055ec


Comments

No comments written yet.

Please login to write comment.