Color Hex Logo

#c126dc Color Hex

#C126DC
(193,38,220)
0 Favorites   0 Comments

Color spaces of #c126dc

RGB 19338220
HSL0.810.720.51
HSV291°83°86°
CMYK 0.120.830.00   0.14
XYZ35.603717.891069.2869
Yxy17.89100.29000.1457
Hunter Lab42.297876.2295-67.5130
CIE-Lab49.363678.6913-59.3299

#c126dc color RGB value is (193,38,220).

#c126dc hex color red value is 193, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c126dc hue: 0.81 , saturation: 0.72 and the lightness value of c126dc is 0.51.

The process color (four color CMYK) of #c126dc color hex is 0.12, 0.83, 0.00, 0.14. Web safe color of #c126dc is #cc33cc. Color #c126dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 11011100
Octal 301 46 334
Decimal 193 38 220
Hex C1 26 DC

RGB Percentages of Color #c126dc

%42.79
%8.43
%48.78

CMYK Percentages of Color #c126dc

%12
%83
%0
%14

Triadic Colors of #c126dc

#c126dc #dcc126 #26dcc1

Analogous Colors of #c126dc

#c126dc #dc269c #6626dc

Monochromatic Colors of #c126dc

#c126dc

Complementary Color

#c126dc #41dc26

#c126dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c126dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c126dc Color CSS Codes

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

#c126dc Text Font Color

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

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


#c126dc Background Color

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

This div background color is #c126dc


#c126dc Border Color

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

This div border color is #c126dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c126dc


Comments

No comments written yet.

Please login to write comment.