Color Hex Logo

#c126be Color Hex

#C126BE
(193,38,190)
0 Favorites   0 Comments

Color spaces of #c126be

RGB 19338190
HSL0.840.670.45
HSV301°80°76°
CMYK 0.000.800.02   0.24
XYZ31.979716.441450.2032
Yxy16.44140.32430.1667
Hunter Lab40.548069.8217-45.0244
CIE-Lab47.548373.8466-44.9429

#c126be color RGB value is (193,38,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 10111110
Octal 301 46 276
Decimal 193 38 190
Hex C1 26 BE

RGB Percentages of Color #c126be

%45.84
%9.03
%45.13

CMYK Percentages of Color #c126be

%0
%80
%2
%24

Triadic Colors of #c126be

#c126be #bec126 #26bec1

Analogous Colors of #c126be

#c126be #c12671 #7726c1

Monochromatic Colors of #c126be

#c126be

Complementary Color

#c126be #26c129

#c126be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c126be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c126be Color CSS Codes

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

#c126be Text Font Color

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

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


#c126be Background Color

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

This div background color is #c126be


#c126be Border Color

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

This div border color is #c126be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c126be


Comments

No comments written yet.

Please login to write comment.