Color Hex Logo

#c60beb Color Hex

#C60BEB
(198,11,235)
0 Favorites   0 Comments

Color spaces of #c60beb

RGB 19811235
HSL0.810.910.48
HSV290°95°92°
CMYK 0.160.950.00   0.08
XYZ38.403818.243380.0945
Yxy18.24330.28080.1334
Hunter Lab42.712285.7484-81.2830
CIE-Lab49.789986.0654-67.1109

#c60beb color RGB value is (198,11,235).

#c60beb hex color red value is 198, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c60beb hue: 0.81 , saturation: 0.91 and the lightness value of c60beb is 0.48.

The process color (four color CMYK) of #c60beb color hex is 0.16, 0.95, 0.00, 0.08. Web safe color of #c60beb is #cc00ff. Color #c60beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 11101011
Octal 306 13 353
Decimal 198 11 235
Hex C6 B EB

RGB Percentages of Color #c60beb

%44.59
%2.48
%52.93

CMYK Percentages of Color #c60beb

%16
%95
%0
%8

Triadic Colors of #c60beb

#c60beb #ebc60b #0bebc6

Analogous Colors of #c60beb

#c60beb #eb0ba0 #560beb

Monochromatic Colors of #c60beb

#c60beb

Complementary Color

#c60beb #30eb0b

#c60beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60beb Color CSS Codes

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

#c60beb Text Font Color

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

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


#c60beb Background Color

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

This div background color is #c60beb


#c60beb Border Color

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

This div border color is #c60beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60beb


Comments

No comments written yet.

Please login to write comment.