Color Hex Logo

#c9425d Color Hex

#C9425D
(201,66,93)
0 Favorites   0 Comments

Color spaces of #c9425d

RGB 2016693
HSL0.970.560.52
HSV348°67°79°
CMYK 0.000.670.54   0.21
XYZ28.011417.104312.1810
Yxy17.10430.48890.2985
Hunter Lab41.357348.523011.4874
CIE-Lab48.391255.189614.6502

#c9425d color RGB value is (201,66,93).

#c9425d hex color red value is 201, green value is 66 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c9425d hue: 0.97 , saturation: 0.56 and the lightness value of c9425d is 0.52.

The process color (four color CMYK) of #c9425d color hex is 0.00, 0.67, 0.54, 0.21. Web safe color of #c9425d is #cc3366. Color #c9425d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 01011101
Octal 311 102 135
Decimal 201 66 93
Hex C9 42 5D

RGB Percentages of Color #c9425d

%55.83
%18.33
%25.83

CMYK Percentages of Color #c9425d

%0
%67
%54
%21

Triadic Colors of #c9425d

#c9425d #5dc942 #425dc9

Analogous Colors of #c9425d

#c9425d #c96b42 #c942a1

Monochromatic Colors of #c9425d

#c9425d

Complementary Color

#c9425d #42c9ae

#c9425d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9425d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9425d Color CSS Codes

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

#c9425d Text Font Color

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

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


#c9425d Background Color

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

This div background color is #c9425d


#c9425d Border Color

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

This div border color is #c9425d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9425d


Comments

No comments written yet.

Please login to write comment.