Color Hex Logo

#c10abb Color Hex

#C10ABB
(193,10,187)
0 Favorites   0 Comments

Color spaces of #c10abb

RGB 19310187
HSL0.840.900.40
HSV302°95°76°
CMYK 0.000.950.03   0.24
XYZ31.070515.142448.2989
Yxy15.14240.32870.1602
Hunter Lab38.913274.4262-46.3512
CIE-Lab45.828677.9318-45.9291

#c10abb color RGB value is (193,10,187).

#c10abb hex color red value is 193, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c10abb hue: 0.84 , saturation: 0.90 and the lightness value of c10abb is 0.40.

The process color (four color CMYK) of #c10abb color hex is 0.00, 0.95, 0.03, 0.24. Web safe color of #c10abb is #cc00cc. Color #c10abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001010 10111011
Octal 301 12 273
Decimal 193 10 187
Hex C1 A BB

RGB Percentages of Color #c10abb

%49.49
%2.56
%47.95

CMYK Percentages of Color #c10abb

%0
%95
%3
%24

Triadic Colors of #c10abb

#c10abb #bbc10a #0abbc1

Analogous Colors of #c10abb

#c10abb #c10a60 #6c0ac1

Monochromatic Colors of #c10abb

#c10abb

Complementary Color

#c10abb #0ac110

#c10abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10abb Color CSS Codes

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

#c10abb Text Font Color

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

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


#c10abb Background Color

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

This div background color is #c10abb


#c10abb Border Color

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

This div border color is #c10abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,10,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10abb


Comments

No comments written yet.

Please login to write comment.