Color Hex Logo

#c54682 Color Hex

#C54682
(197,70,130)
0 Favorites   0 Comments

Color spaces of #c54682

RGB 19770130
HSL0.920.520.52
HSV332°64°77°
CMYK 0.000.640.34   0.23
XYZ29.245417.862323.0255
Yxy17.86230.41700.2547
Hunter Lab42.263849.5554-2.7168
CIE-Lab49.328755.9648-6.5196

#c54682 color RGB value is (197,70,130).

#c54682 hex color red value is 197, green value is 70 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c54682 hue: 0.92 , saturation: 0.52 and the lightness value of c54682 is 0.52.

The process color (four color CMYK) of #c54682 color hex is 0.00, 0.64, 0.34, 0.23. Web safe color of #c54682 is #cc3399. Color #c54682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000110 10000010
Octal 305 106 202
Decimal 197 70 130
Hex C5 46 82

RGB Percentages of Color #c54682

%49.62
%17.63
%32.75

CMYK Percentages of Color #c54682

%0
%64
%34
%23

Triadic Colors of #c54682

#c54682 #82c546 #4682c5

Analogous Colors of #c54682

#c54682 #c54a46 #c546c2

Monochromatic Colors of #c54682

#c54682

Complementary Color

#c54682 #46c589

#c54682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54682 Color CSS Codes

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

#c54682 Text Font Color

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

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


#c54682 Background Color

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

This div background color is #c54682


#c54682 Border Color

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

This div border color is #c54682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54682


Comments

No comments written yet.

Please login to write comment.