Color Hex Logo

#c113bb Color Hex

#C113BB
(193,19,187)
0 Favorites   0 Comments

Color spaces of #c113bb

RGB 19319187
HSL0.840.820.42
HSV302°90°76°
CMYK 0.000.900.03   0.24
XYZ31.194815.391148.3403
Yxy15.39110.32860.1621
Hunter Lab39.231573.2786-45.5940
CIE-Lab46.165376.9394-45.3922

#c113bb color RGB value is (193,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 10111011
Octal 301 23 273
Decimal 193 19 187
Hex C1 13 BB

RGB Percentages of Color #c113bb

%48.37
%4.76
%46.87

CMYK Percentages of Color #c113bb

%0
%90
%3
%24

Triadic Colors of #c113bb

#c113bb #bbc113 #13bbc1

Analogous Colors of #c113bb

#c113bb #c11364 #7013c1

Monochromatic Colors of #c113bb

#c113bb

Complementary Color

#c113bb #13c119

#c113bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c113bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c113bb Color CSS Codes

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

#c113bb Text Font Color

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

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


#c113bb Background Color

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

This div background color is #c113bb


#c113bb Border Color

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

This div border color is #c113bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c113bb


Comments

No comments written yet.

Please login to write comment.