Color Hex Logo

#c110bd Color Hex

#C110BD
(193,16,189)
0 Favorites   0 Comments

Color spaces of #c110bd

RGB 19316189
HSL0.840.850.41
HSV301°92°76°
CMYK 0.000.920.02   0.24
XYZ31.362915.382249.4602
Yxy15.38220.32600.1599
Hunter Lab39.220174.1046-47.3160
CIE-Lab46.153377.6095-46.5821

#c110bd color RGB value is (193,16,189).

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

The process color (four color CMYK) of #c110bd color hex is 0.00, 0.92, 0.02, 0.24. Web safe color of #c110bd is #cc00cc. Color #c110bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010000 10111101
Octal 301 20 275
Decimal 193 16 189
Hex C1 10 BD

RGB Percentages of Color #c110bd

%48.49
%4.02
%47.49

CMYK Percentages of Color #c110bd

%0
%92
%2
%24

Triadic Colors of #c110bd

#c110bd #bdc110 #10bdc1

Analogous Colors of #c110bd

#c110bd #c11065 #6d10c1

Monochromatic Colors of #c110bd

#c110bd

Complementary Color

#c110bd #10c114

#c110bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c110bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c110bd Color CSS Codes

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

#c110bd Text Font Color

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

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


#c110bd Background Color

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

This div background color is #c110bd


#c110bd Border Color

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

This div border color is #c110bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c110bd


Comments

No comments written yet.

Please login to write comment.