Color Hex Logo

#c02948 Color Hex

#C02948
(192,41,72)
0 Favorites   0 Comments

Color spaces of #c02948

RGB 1924172
HSL0.970.650.46
HSV348°79°75°
CMYK 0.000.790.63   0.25
XYZ23.700913.26027.4412
Yxy13.26020.53380.2986
Hunter Lab36.414652.453613.3745
CIE-Lab43.152759.742620.2180

#c02948 color RGB value is (192,41,72).

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

The process color (four color CMYK) of #c02948 color hex is 0.00, 0.79, 0.63, 0.25. Web safe color of #c02948 is #cc3333. Color #c02948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 01001000
Octal 300 51 110
Decimal 192 41 72
Hex C0 29 48

RGB Percentages of Color #c02948

%62.95
%13.44
%23.61

CMYK Percentages of Color #c02948

%0
%79
%63
%25

Triadic Colors of #c02948

#c02948 #48c029 #2948c0

Analogous Colors of #c02948

#c02948 #c05629 #c02994

Monochromatic Colors of #c02948

#c02948

Complementary Color

#c02948 #29c0a1

#c02948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02948 Color CSS Codes

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

#c02948 Text Font Color

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

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


#c02948 Background Color

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

This div background color is #c02948


#c02948 Border Color

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

This div border color is #c02948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,41,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02948


Comments

No comments written yet.

Please login to write comment.