Color Hex Logo

#c610bf Color Hex

#C610BF
(198,16,191)
0 Favorites   0 Comments

Color spaces of #c610bf

RGB 19816191
HSL0.840.850.42
HSV302°92°78°
CMYK 0.000.920.04   0.22
XYZ32.878016.137950.6723
Yxy16.13790.32980.1619
Hunter Lab40.172075.7889-46.6670
CIE-Lab47.154978.7687-46.1010

#c610bf color RGB value is (198,16,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 10111111
Octal 306 20 277
Decimal 198 16 191
Hex C6 10 BF

RGB Percentages of Color #c610bf

%48.89
%3.95
%47.16

CMYK Percentages of Color #c610bf

%0
%92
%4
%22

Triadic Colors of #c610bf

#c610bf #bfc610 #10bfc6

Analogous Colors of #c610bf

#c610bf #c61064 #7210c6

Monochromatic Colors of #c610bf

#c610bf

Complementary Color

#c610bf #10c617

#c610bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c610bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c610bf Color CSS Codes

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

#c610bf Text Font Color

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

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


#c610bf Background Color

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

This div background color is #c610bf


#c610bf Border Color

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

This div border color is #c610bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c610bf


Comments

No comments written yet.

Please login to write comment.