Color Hex Logo

#c4023d Color Hex

#C4023D
(196,2,61)
0 Favorites   0 Comments

Color spaces of #c4023d

RGB 196261
HSL0.950.980.39
HSV342°99°77°
CMYK 0.000.990.69   0.23
XYZ23.629012.11615.5081
Yxy12.11610.57280.2937
Hunter Lab34.808260.257614.9836
CIE-Lab41.400166.978624.9976

#c4023d color RGB value is (196,2,61).

#c4023d hex color red value is 196, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c4023d hue: 0.95 , saturation: 0.98 and the lightness value of c4023d is 0.39.

The process color (four color CMYK) of #c4023d color hex is 0.00, 0.99, 0.69, 0.23. Web safe color of #c4023d is #cc0033. Color #c4023d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 00111101
Octal 304 2 75
Decimal 196 2 61
Hex C4 2 3D

RGB Percentages of Color #c4023d

%75.68
%0.77
%23.55

CMYK Percentages of Color #c4023d

%0
%99
%69
%23

Triadic Colors of #c4023d

#c4023d #3dc402 #023dc4

Analogous Colors of #c4023d

#c4023d #c42802 #c4029e

Monochromatic Colors of #c4023d

#c4023d

Complementary Color

#c4023d #02c489

#c4023d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4023d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4023d Color CSS Codes

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

#c4023d Text Font Color

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

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


#c4023d Background Color

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

This div background color is #c4023d


#c4023d Border Color

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

This div border color is #c4023d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,2,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4023d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4023d;
  -webkit-box-shadow: 1px 1px 3px 2px #c4023d;
  box-shadow:         1px 1px 3px 2px #c4023d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4023d


Comments

No comments written yet.

Please login to write comment.