Color Hex Logo

#c126bb Color Hex

#C126BB
(193,38,187)
0 Favorites   0 Comments

Color spaces of #c126bb

RGB 19338187
HSL0.840.670.45
HSV302°80°76°
CMYK 0.000.800.03   0.24
XYZ31.655116.311548.4937
Yxy16.31150.32820.1691
Hunter Lab40.387569.2274-42.9189
CIE-Lab47.380573.3893-43.4581

#c126bb color RGB value is (193,38,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 10111011
Octal 301 46 273
Decimal 193 38 187
Hex C1 26 BB

RGB Percentages of Color #c126bb

%46.17
%9.09
%44.74

CMYK Percentages of Color #c126bb

%0
%80
%3
%24

Triadic Colors of #c126bb

#c126bb #bbc126 #26bbc1

Analogous Colors of #c126bb

#c126bb #c1266e #7a26c1

Monochromatic Colors of #c126bb

#c126bb

Complementary Color

#c126bb #26c12c

#c126bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c126bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c126bb Color CSS Codes

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

#c126bb Text Font Color

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

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


#c126bb Background Color

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

This div background color is #c126bb


#c126bb Border Color

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

This div border color is #c126bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c126bb


Comments

No comments written yet.

Please login to write comment.