Color Hex Logo

#c54362 Color Hex

#C54362
(197,67,98)
0 Favorites   0 Comments

Color spaces of #c54362

RGB 1976798
HSL0.960.530.52
HSV346°66°77°
CMYK 0.000.660.50   0.23
XYZ27.237716.766513.3559
Yxy16.76650.47490.2923
Hunter Lab40.946947.08039.3239
CIE-Lab47.964553.936710.9107

#c54362 color RGB value is (197,67,98).

#c54362 hex color red value is 197, green value is 67 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c54362 hue: 0.96 , saturation: 0.53 and the lightness value of c54362 is 0.52.

The process color (four color CMYK) of #c54362 color hex is 0.00, 0.66, 0.50, 0.23. Web safe color of #c54362 is #cc3366. Color #c54362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 01100010
Octal 305 103 142
Decimal 197 67 98
Hex C5 43 62

RGB Percentages of Color #c54362

%54.42
%18.51
%27.07

CMYK Percentages of Color #c54362

%0
%66
%50
%23

Triadic Colors of #c54362

#c54362 #62c543 #4362c5

Analogous Colors of #c54362

#c54362 #c56543 #c543a3

Monochromatic Colors of #c54362

#c54362

Complementary Color

#c54362 #43c5a6

#c54362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54362 Color CSS Codes

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

#c54362 Text Font Color

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

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


#c54362 Background Color

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

This div background color is #c54362


#c54362 Border Color

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

This div border color is #c54362


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,67,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c54362; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c54362;
  -webkit-box-shadow: 1px 1px 3px 2px #c54362;
  box-shadow:         1px 1px 3px 2px #c54362; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54362


Comments

No comments written yet.

Please login to write comment.