Color Hex Logo

#c126eb Color Hex

#C126EB
(193,38,235)
0 Favorites   0 Comments

Color spaces of #c126eb

RGB 19338235
HSL0.800.830.54
HSV287°84°92°
CMYK 0.180.840.00   0.08
XYZ37.680818.721880.2249
Yxy18.72180.27580.1370
Hunter Lab43.268779.7276-79.6421
CIE-Lab50.360181.2731-66.2256

#c126eb color RGB value is (193,38,235).

#c126eb hex color red value is 193, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c126eb hue: 0.80 , saturation: 0.83 and the lightness value of c126eb is 0.54.

The process color (four color CMYK) of #c126eb color hex is 0.18, 0.84, 0.00, 0.08. Web safe color of #c126eb is #cc33ff. Color #c126eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 11101011
Octal 301 46 353
Decimal 193 38 235
Hex C1 26 EB

RGB Percentages of Color #c126eb

%41.42
%8.15
%50.43

CMYK Percentages of Color #c126eb

%18
%84
%0
%8

Triadic Colors of #c126eb

#c126eb #ebc126 #26ebc1

Analogous Colors of #c126eb

#c126eb #eb26b3 #5e26eb

Monochromatic Colors of #c126eb

#c126eb

Complementary Color

#c126eb #50eb26

#c126eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c126eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c126eb Color CSS Codes

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

#c126eb Text Font Color

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

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


#c126eb Background Color

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

This div background color is #c126eb


#c126eb Border Color

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

This div border color is #c126eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c126eb


Comments

No comments written yet.

Please login to write comment.