Color Hex Logo

#c126ff Color Hex

#C126FF
(193,38,255)
0 Favorites   0 Comments

Color spaces of #c126ff

RGB 19338255
HSL0.791.000.57
HSV283°85°100°
CMYK 0.240.850.00   0.00
XYZ40.735419.943796.3103
Yxy19.94370.25950.1270
Hunter Lab44.658484.6677-96.6040
CIE-Lab51.773584.8496-75.1343

#c126ff color RGB value is (193,38,255).

#c126ff hex color red value is 193, green value is 38 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c126ff hue: 0.79 , saturation: 1.00 and the lightness value of c126ff is 0.57.

The process color (four color CMYK) of #c126ff color hex is 0.24, 0.85, 0.00, 0.00. Web safe color of #c126ff is #cc33ff. Color #c126ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100110 11111111
Octal 301 46 377
Decimal 193 38 255
Hex C1 26 FF

RGB Percentages of Color #c126ff

%39.71
%7.82
%52.47

CMYK Percentages of Color #c126ff

%24
%85
%0
%0

Triadic Colors of #c126ff

#c126ff #ffc126 #26ffc1

Analogous Colors of #c126ff

#c126ff #ff26d1 #5426ff

Monochromatic Colors of #c126ff

#c126ff

Complementary Color

#c126ff #64ff26

#c126ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c126ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c126ff Color CSS Codes

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

#c126ff Text Font Color

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

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


#c126ff Background Color

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

This div background color is #c126ff


#c126ff Border Color

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

This div border color is #c126ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c126ff

Related Colors


Comments

No comments written yet.

Please login to write comment.