Color Hex Logo

#c60ebc Color Hex

#C60EBC
(198,14,188)
0 Favorites   0 Comments

Color spaces of #c60ebc

RGB 19814188
HSL0.840.870.42
HSV303°93°78°
CMYK 0.000.930.05   0.22
XYZ32.522815.950748.9416
Yxy15.95070.33390.1637
Hunter Lab39.938375.4650-44.6989
CIE-Lab46.909778.5568-44.7387

#c60ebc color RGB value is (198,14,188).

#c60ebc hex color red value is 198, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c60ebc hue: 0.84 , saturation: 0.87 and the lightness value of c60ebc is 0.42.

The process color (four color CMYK) of #c60ebc color hex is 0.00, 0.93, 0.05, 0.22. Web safe color of #c60ebc is #cc00cc. Color #c60ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001110 10111100
Octal 306 16 274
Decimal 198 14 188
Hex C6 E BC

RGB Percentages of Color #c60ebc

%49.50
%3.50
%47.00

CMYK Percentages of Color #c60ebc

%0
%93
%5
%22

Triadic Colors of #c60ebc

#c60ebc #bcc60e #0ebcc6

Analogous Colors of #c60ebc

#c60ebc #c60e60 #740ec6

Monochromatic Colors of #c60ebc

#c60ebc

Complementary Color

#c60ebc #0ec618

#c60ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60ebc Color CSS Codes

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

#c60ebc Text Font Color

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

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


#c60ebc Background Color

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

This div background color is #c60ebc


#c60ebc Border Color

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

This div border color is #c60ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,14,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c60ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c60ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #c60ebc;
  box-shadow:         1px 1px 3px 2px #c60ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,14,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60ebc


Comments

No comments written yet.

Please login to write comment.