Color Hex Logo

#c610cb Color Hex

#C610CB
(198,16,203)
0 Favorites   0 Comments

Color spaces of #c610cb

RGB 19816203
HSL0.830.850.43
HSV298°92°80°
CMYK 0.020.920.00   0.20
XYZ34.253516.688157.9157
Yxy16.68810.31470.1533
Hunter Lab40.851178.1823-55.4613
CIE-Lab47.864680.5375-51.9360

#c610cb color RGB value is (198,16,203).

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

The process color (four color CMYK) of #c610cb color hex is 0.02, 0.92, 0.00, 0.20. Web safe color of #c610cb is #cc00cc. Color #c610cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 11001011
Octal 306 20 313
Decimal 198 16 203
Hex C6 10 CB

RGB Percentages of Color #c610cb

%47.48
%3.84
%48.68

CMYK Percentages of Color #c610cb

%2
%92
%0
%20

Triadic Colors of #c610cb

#c610cb #cbc610 #10cbc6

Analogous Colors of #c610cb

#c610cb #cb1073 #6910cb

Monochromatic Colors of #c610cb

#c610cb

Complementary Color

#c610cb #15cb10

#c610cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c610cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c610cb Color CSS Codes

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

#c610cb Text Font Color

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

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


#c610cb Background Color

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

This div background color is #c610cb


#c610cb Border Color

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

This div border color is #c610cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c610cb


Comments

No comments written yet.

Please login to write comment.