Color Hex Logo

#c11baf Color Hex

#C11BAF
(193,27,175)
0 Favorites   0 Comments

Color spaces of #c11baf

RGB 19327175
HSL0.850.750.43
HSV307°86°76°
CMYK 0.000.860.09   0.24
XYZ30.122115.216541.9069
Yxy15.21650.34530.1744
Hunter Lab39.008369.5725-36.3898
CIE-Lab45.929373.9570-38.7059

#c11baf color RGB value is (193,27,175).

#c11baf hex color red value is 193, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c11baf hue: 0.85 , saturation: 0.75 and the lightness value of c11baf is 0.43.

The process color (four color CMYK) of #c11baf color hex is 0.00, 0.86, 0.09, 0.24. Web safe color of #c11baf is #cc3399. Color #c11baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011011 10101111
Octal 301 33 257
Decimal 193 27 175
Hex C1 1B AF

RGB Percentages of Color #c11baf

%48.86
%6.84
%44.30

CMYK Percentages of Color #c11baf

%0
%86
%9
%24

Triadic Colors of #c11baf

#c11baf #afc11b #1bafc1

Analogous Colors of #c11baf

#c11baf #c11b5c #801bc1

Monochromatic Colors of #c11baf

#c11baf

Complementary Color

#c11baf #1bc12d

#c11baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11baf Color CSS Codes

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

#c11baf Text Font Color

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

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


#c11baf Background Color

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

This div background color is #c11baf


#c11baf Border Color

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

This div border color is #c11baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11baf


Comments

No comments written yet.

Please login to write comment.