Color Hex Logo

#c54268 Color Hex

#C54268
(197,66,104)
0 Favorites   0 Comments

Color spaces of #c54268

RGB 19766104
HSL0.950.530.52
HSV343°66°77°
CMYK 0.000.660.47   0.23
XYZ27.472916.766214.8849
Yxy16.76620.46470.2836
Hunter Lab40.946648.10737.1095
CIE-Lab47.964154.88457.2541

#c54268 color RGB value is (197,66,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 01101000
Octal 305 102 150
Decimal 197 66 104
Hex C5 42 68

RGB Percentages of Color #c54268

%53.68
%17.98
%28.34

CMYK Percentages of Color #c54268

%0
%66
%47
%23

Triadic Colors of #c54268

#c54268 #68c542 #4268c5

Analogous Colors of #c54268

#c54268 #c55e42 #c542aa

Monochromatic Colors of #c54268

#c54268

Complementary Color

#c54268 #42c59f

#c54268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54268 Color CSS Codes

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

#c54268 Text Font Color

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

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


#c54268 Background Color

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

This div background color is #c54268


#c54268 Border Color

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

This div border color is #c54268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54268


Comments

No comments written yet.

Please login to write comment.