Color Hex Logo

#c113be Color Hex

#C113BE
(193,19,190)
0 Favorites   0 Comments

Color spaces of #c113be

RGB 19319190
HSL0.840.820.42
HSV301°90°76°
CMYK 0.000.900.02   0.24
XYZ31.519515.520950.0498
Yxy15.52090.32460.1599
Hunter Lab39.396673.8662-47.7450
CIE-Lab46.339577.3808-46.8695

#c113be color RGB value is (193,19,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 10111110
Octal 301 23 276
Decimal 193 19 190
Hex C1 13 BE

RGB Percentages of Color #c113be

%48.01
%4.73
%47.26

CMYK Percentages of Color #c113be

%0
%90
%2
%24

Triadic Colors of #c113be

#c113be #bec113 #13bec1

Analogous Colors of #c113be

#c113be #c11367 #6d13c1

Monochromatic Colors of #c113be

#c113be

Complementary Color

#c113be #13c116

#c113be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c113be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c113be Color CSS Codes

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

#c113be Text Font Color

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

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


#c113be Background Color

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

This div background color is #c113be


#c113be Border Color

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

This div border color is #c113be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c113be


Comments

No comments written yet.

Please login to write comment.