Color Hex Logo

#c115b8 Color Hex

#C115B8
(193,21,184)
0 Favorites   0 Comments

Color spaces of #c115b8

RGB 19321184
HSL0.840.800.42
HSV303°89°76°
CMYK 0.000.890.05   0.24
XYZ30.912215.334546.6780
Yxy15.33450.33270.1650
Hunter Lab39.159372.3785-43.2624
CIE-Lab46.089076.2236-43.7544

#c115b8 color RGB value is (193,21,184).

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

The process color (four color CMYK) of #c115b8 color hex is 0.00, 0.89, 0.05, 0.24. Web safe color of #c115b8 is #cc00cc. Color #c115b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 10111000
Octal 301 25 270
Decimal 193 21 184
Hex C1 15 B8

RGB Percentages of Color #c115b8

%48.49
%5.28
%46.23

CMYK Percentages of Color #c115b8

%0
%89
%5
%24

Triadic Colors of #c115b8

#c115b8 #b8c115 #15b8c1

Analogous Colors of #c115b8

#c115b8 #c11562 #7415c1

Monochromatic Colors of #c115b8

#c115b8

Complementary Color

#c115b8 #15c11e

#c115b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c115b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c115b8 Color CSS Codes

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

#c115b8 Text Font Color

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

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


#c115b8 Background Color

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

This div background color is #c115b8


#c115b8 Border Color

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

This div border color is #c115b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c115b8


Comments

No comments written yet.

Please login to write comment.