Color Hex Logo

#c2055d Color Hex

#C2055D
(194,5,93)
0 Favorites   0 Comments

Color spaces of #c2055d

RGB 194593
HSL0.920.950.39
HSV332°97°76°
CMYK 0.000.970.52   0.24
XYZ24.278212.368211.4636
Yxy12.36820.50460.2571
Hunter Lab35.168561.68105.2916
CIE-Lab41.795468.12775.2085

#c2055d color RGB value is (194,5,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 01011101
Octal 302 5 135
Decimal 194 5 93
Hex C2 5 5D

RGB Percentages of Color #c2055d

%66.44
%1.71
%31.85

CMYK Percentages of Color #c2055d

%0
%97
%52
%24

Triadic Colors of #c2055d

#c2055d #5dc205 #055dc2

Analogous Colors of #c2055d

#c2055d #c20c05 #c205bc

Monochromatic Colors of #c2055d

#c2055d

Complementary Color

#c2055d #05c26a

#c2055d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2055d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2055d Color CSS Codes

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

#c2055d Text Font Color

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

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


#c2055d Background Color

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

This div background color is #c2055d


#c2055d Border Color

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

This div border color is #c2055d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,5,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2055d


Comments

No comments written yet.

Please login to write comment.