color codes Logo

#c60bbe color codes

#C60BBE
(198,11,190)
0 Favorites   0 Comments

Color spaces of #c60bbe

RGB 19811190
HSL0.840.890.41
HSV303°94°78°
CMYK 0.000.940.04   0.22
XYZ32.702615.962850.0727
Yxy15.96280.33120.1617
Hunter Lab39.953576.1867-46.3393
CIE-Lab46.925679.1315-45.8825

#c60bbe color RGB value is (198,11,190).

#c60bbe hex color red value is 198, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c60bbe hue: 0.84 , saturation: 0.89 and the lightness value of c60bbe is 0.41.

The process color (four color CMYK) of #c60bbe color code is 0.00, 0.94, 0.04, 0.22. Web safe color of #c60bbe is #cc00cc. Color #c60bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 10111110
Octal 306 13 276
Decimal 198 11 190
Hex C6 B BE

RGB Percentages of Color #c60bbe

%49.62
%2.76
%47.62

CMYK Percentages of Color #c60bbe

%0
%94
%4
%22

Triadic Colors of #c60bbe

#c60bbe #bec60b #0bbec6

Analogous Colors of #c60bbe

#c60bbe #c60b60 #710bc6

Monochromatic Colors of #c60bbe

#c60bbe

Complementary Color

#c60bbe #0bc613

#c60bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60bbe Color CSS Codes

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

#c60bbe Text Font Color

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

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


#c60bbe Background Color

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

This div background color is #c60bbe


#c60bbe Border Color

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

This div border color is #c60bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60bbe


Comments

No comments written yet.

Please login to write comment.