Color Hex Logo

#c4126b Color Hex

#C4126B
(196,18,107)
0 Favorites   0 Comments

Color spaces of #c4126b

RGB 19618107
HSL0.920.830.42
HSV330°91°77°
CMYK 0.000.910.45   0.23
XYZ25.635113.229915.1124
Yxy13.22990.47490.2451
Hunter Lab36.372962.15150.8270
CIE-Lab43.107668.2751-1.6413

#c4126b color RGB value is (196,18,107).

#c4126b hex color red value is 196, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c4126b hue: 0.92 , saturation: 0.83 and the lightness value of c4126b is 0.42.

The process color (four color CMYK) of #c4126b color hex is 0.00, 0.91, 0.45, 0.23. Web safe color of #c4126b is #cc0066. Color #c4126b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010010 01101011
Octal 304 22 153
Decimal 196 18 107
Hex C4 12 6B

RGB Percentages of Color #c4126b

%61.06
%5.61
%33.33

CMYK Percentages of Color #c4126b

%0
%91
%45
%23

Triadic Colors of #c4126b

#c4126b #6bc412 #126bc4

Analogous Colors of #c4126b

#c4126b #c41212 #c412c4

Monochromatic Colors of #c4126b

#c4126b

Complementary Color

#c4126b #12c46b

#c4126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4126b Color CSS Codes

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

#c4126b Text Font Color

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

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


#c4126b Background Color

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

This div background color is #c4126b


#c4126b Border Color

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

This div border color is #c4126b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,18,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4126b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4126b;
  -webkit-box-shadow: 1px 1px 3px 2px #c4126b;
  box-shadow:         1px 1px 3px 2px #c4126b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,18,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4126b


Comments

No comments written yet.

Please login to write comment.