Color Hex Logo

#c54093 Color Hex

#C54093
(197,64,147)
0 Favorites   0 Comments

Color spaces of #c54093

RGB 19764147
HSL0.900.530.51
HSV323°68°77°
CMYK 0.000.680.25   0.23
XYZ30.125817.643729.4215
Yxy17.64370.39030.2286
Hunter Lab42.004454.5135-12.1259
CIE-Lab49.061160.4720-17.1257

#c54093 color RGB value is (197,64,147).

#c54093 hex color red value is 197, green value is 64 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c54093 hue: 0.90 , saturation: 0.53 and the lightness value of c54093 is 0.51.

The process color (four color CMYK) of #c54093 color hex is 0.00, 0.68, 0.25, 0.23. Web safe color of #c54093 is #cc3399. Color #c54093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000000 10010011
Octal 305 100 223
Decimal 197 64 147
Hex C5 40 93

RGB Percentages of Color #c54093

%48.28
%15.69
%36.03

CMYK Percentages of Color #c54093

%0
%68
%25
%23

Triadic Colors of #c54093

#c54093 #93c540 #4093c5

Analogous Colors of #c54093

#c54093 #c54051 #b540c5

Monochromatic Colors of #c54093

#c54093

Complementary Color

#c54093 #40c572

#c54093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54093 Color CSS Codes

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

#c54093 Text Font Color

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

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


#c54093 Background Color

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

This div background color is #c54093


#c54093 Border Color

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

This div border color is #c54093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54093


Comments

No comments written yet.

Please login to write comment.