Color Hex Logo

#c610bc Color Hex

#C610BC
(198,16,188)
0 Favorites   0 Comments

Color spaces of #c610bc

RGB 19816188
HSL0.840.850.42
HSV303°92°78°
CMYK 0.000.920.05   0.22
XYZ32.551116.007248.9510
Yxy16.00720.33380.1642
Hunter Lab40.009075.2109-44.5350
CIE-Lab46.983978.3384-44.6206

#c610bc color RGB value is (198,16,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 10111100
Octal 306 20 274
Decimal 198 16 188
Hex C6 10 BC

RGB Percentages of Color #c610bc

%49.25
%3.98
%46.77

CMYK Percentages of Color #c610bc

%0
%92
%5
%22

Triadic Colors of #c610bc

#c610bc #bcc610 #10bcc6

Analogous Colors of #c610bc

#c610bc #c61061 #7510c6

Monochromatic Colors of #c610bc

#c610bc

Complementary Color

#c610bc #10c61a

#c610bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c610bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c610bc Color CSS Codes

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

#c610bc Text Font Color

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

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


#c610bc Background Color

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

This div background color is #c610bc


#c610bc Border Color

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

This div border color is #c610bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c610bc


Comments

No comments written yet.

Please login to write comment.