Color Hex Logo

#c610bd Color Hex

#C610BD
(198,16,189)
0 Favorites   0 Comments

Color spaces of #c610bd

RGB 19816189
HSL0.840.850.42
HSV303°92°78°
CMYK 0.000.920.05   0.22
XYZ32.659316.050549.5208
Yxy16.05050.33250.1634
Hunter Lab40.063175.4023-45.2425
CIE-Lab47.040778.4810-45.1149

#c610bd color RGB value is (198,16,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010000 10111101
Octal 306 20 275
Decimal 198 16 189
Hex C6 10 BD

RGB Percentages of Color #c610bd

%49.13
%3.97
%46.90

CMYK Percentages of Color #c610bd

%0
%92
%5
%22

Triadic Colors of #c610bd

#c610bd #bdc610 #10bdc6

Analogous Colors of #c610bd

#c610bd #c61062 #7410c6

Monochromatic Colors of #c610bd

#c610bd

Complementary Color

#c610bd #10c619

#c610bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c610bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c610bd Color CSS Codes

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

#c610bd Text Font Color

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

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


#c610bd Background Color

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

This div background color is #c610bd


#c610bd Border Color

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

This div border color is #c610bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c610bd


Comments

No comments written yet.

Please login to write comment.