Color Hex Logo

#c610ff Color Hex

#C610FF
(198,16,255)
0 Favorites   0 Comments

Color spaces of #c610ff

RGB 19816255
HSL0.791.000.53
HSV286°94°100°
CMYK 0.220.940.00   0.00
XYZ41.524019.596396.2017
Yxy19.59630.26390.1246
Hunter Lab44.267789.9681-97.8604
CIE-Lab51.377788.9728-75.7445

#c610ff color RGB value is (198,16,255).

#c610ff hex color red value is 198, green value is 16 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c610ff hue: 0.79 , saturation: 1.00 and the lightness value of c610ff is 0.53.

The process color (four color CMYK) of #c610ff color hex is 0.22, 0.94, 0.00, 0.00. Web safe color of #c610ff is #cc00ff. Color #c610ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 11111111
Octal 306 20 377
Decimal 198 16 255
Hex C6 10 FF

RGB Percentages of Color #c610ff

%42.22
%3.41
%54.37

CMYK Percentages of Color #c610ff

%22
%94
%0
%0

Triadic Colors of #c610ff

#c610ff #ffc610 #10ffc6

Analogous Colors of #c610ff

#c610ff #ff10c1 #4e10ff

Monochromatic Colors of #c610ff

#c610ff

Complementary Color

#c610ff #49ff10

#c610ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c610ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c610ff Color CSS Codes

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

#c610ff Text Font Color

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

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


#c610ff Background Color

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

This div background color is #c610ff


#c610ff Border Color

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

This div border color is #c610ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c610ff

Related Colors


Comments

No comments written yet.

Please login to write comment.