Color Hex Logo

#c2295d Color Hex

#C2295D
(194,41,93)
0 Favorites   0 Comments

Color spaces of #c2295d

RGB 1944193
HSL0.940.650.46
HSV340°79°76°
CMYK 0.000.790.52   0.24
XYZ25.016913.845511.7098
Yxy13.84550.49470.2738
Hunter Lab37.209554.89337.3882
CIE-Lab44.010561.76538.3564

#c2295d color RGB value is (194,41,93).

#c2295d hex color red value is 194, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c2295d hue: 0.94 , saturation: 0.65 and the lightness value of c2295d is 0.46.

The process color (four color CMYK) of #c2295d color hex is 0.00, 0.79, 0.52, 0.24. Web safe color of #c2295d is #cc3366. Color #c2295d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 01011101
Octal 302 51 135
Decimal 194 41 93
Hex C2 29 5D

RGB Percentages of Color #c2295d

%59.15
%12.50
%28.35

CMYK Percentages of Color #c2295d

%0
%79
%52
%24

Triadic Colors of #c2295d

#c2295d #5dc229 #295dc2

Analogous Colors of #c2295d

#c2295d #c24229 #c229aa

Monochromatic Colors of #c2295d

#c2295d

Complementary Color

#c2295d #29c28e

#c2295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2295d Color CSS Codes

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

#c2295d Text Font Color

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

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


#c2295d Background Color

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

This div background color is #c2295d


#c2295d Border Color

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

This div border color is #c2295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2295d


Comments

No comments written yet.

Please login to write comment.