Color Hex Logo

#c2056b Color Hex

#C2056B
(194,5,107)
0 Favorites   0 Comments

Color spaces of #c2056b

RGB 1945107
HSL0.910.950.39
HSV328°97°76°
CMYK 0.000.970.45   0.24
XYZ24.956212.639415.0342
Yxy12.63940.47420.2402
Hunter Lab35.551963.0848-0.1862
CIE-Lab42.214869.2461-3.0018

#c2056b color RGB value is (194,5,107).

#c2056b hex color red value is 194, green value is 5 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c2056b hue: 0.91 , saturation: 0.95 and the lightness value of c2056b is 0.39.

The process color (four color CMYK) of #c2056b color hex is 0.00, 0.97, 0.45, 0.24. Web safe color of #c2056b is #cc0066. Color #c2056b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 01101011
Octal 302 5 153
Decimal 194 5 107
Hex C2 5 6B

RGB Percentages of Color #c2056b

%63.40
%1.63
%34.97

CMYK Percentages of Color #c2056b

%0
%97
%45
%24

Triadic Colors of #c2056b

#c2056b #6bc205 #056bc2

Analogous Colors of #c2056b

#c2056b #c2050d #bb05c2

Monochromatic Colors of #c2056b

#c2056b

Complementary Color

#c2056b #05c25c

#c2056b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2056b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2056b Color CSS Codes

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

#c2056b Text Font Color

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

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


#c2056b Background Color

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

This div background color is #c2056b


#c2056b Border Color

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

This div border color is #c2056b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2056b


Comments

No comments written yet.

Please login to write comment.