Color Hex Logo

#c11abb Color Hex

#C11ABB
(193,26,187)
0 Favorites   0 Comments

Color spaces of #c11abb

RGB 19326187
HSL0.840.760.43
HSV302°87°76°
CMYK 0.000.870.03   0.24
XYZ31.331415.664148.3858
Yxy15.66410.32850.1642
Hunter Lab39.577972.0462-44.7802
CIE-Lab46.530775.8671-44.8101

#c11abb color RGB value is (193,26,187).

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

The process color (four color CMYK) of #c11abb color hex is 0.00, 0.87, 0.03, 0.24. Web safe color of #c11abb is #cc33cc. Color #c11abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011010 10111011
Octal 301 32 273
Decimal 193 26 187
Hex C1 1A BB

RGB Percentages of Color #c11abb

%47.54
%6.40
%46.06

CMYK Percentages of Color #c11abb

%0
%87
%3
%24

Triadic Colors of #c11abb

#c11abb #bbc11a #1abbc1

Analogous Colors of #c11abb

#c11abb #c11a68 #741ac1

Monochromatic Colors of #c11abb

#c11abb

Complementary Color

#c11abb #1ac120

#c11abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11abb Color CSS Codes

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

#c11abb Text Font Color

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

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


#c11abb Background Color

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

This div background color is #c11abb


#c11abb Border Color

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

This div border color is #c11abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11abb


Comments

No comments written yet.

Please login to write comment.