Color Hex Logo

#c0295d Color Hex

#C0295D
(192,41,93)
0 Favorites   0 Comments

Color spaces of #c0295d

RGB 1924193
HSL0.940.650.46
HSV339°79°75°
CMYK 0.000.790.52   0.25
XYZ24.506913.582711.6860
Yxy13.58270.49230.2729
Hunter Lab36.854754.19966.9985
CIE-Lab43.628461.21997.7621

#c0295d color RGB value is (192,41,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 01011101
Octal 300 51 135
Decimal 192 41 93
Hex C0 29 5D

RGB Percentages of Color #c0295d

%58.90
%12.58
%28.53

CMYK Percentages of Color #c0295d

%0
%79
%52
%25

Triadic Colors of #c0295d

#c0295d #5dc029 #295dc0

Analogous Colors of #c0295d

#c0295d #c04129 #c029a9

Monochromatic Colors of #c0295d

#c0295d

Complementary Color

#c0295d #29c08c

#c0295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0295d Color CSS Codes

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

#c0295d Text Font Color

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

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


#c0295d Background Color

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

This div background color is #c0295d


#c0295d Border Color

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

This div border color is #c0295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0295d


Comments

No comments written yet.

Please login to write comment.