Color Hex Logo

#c51394 Color Hex

#C51394
(197,19,148)
0 Favorites   0 Comments

Color spaces of #c51394

RGB 19719148
HSL0.880.820.42
HSV317°90°77°
CMYK 0.000.900.25   0.23
XYZ28.604114.474229.3032
Yxy14.47420.39520.2000
Hunter Lab38.045067.6265-19.0352
CIE-Lab44.905572.5448-24.1170

#c51394 color RGB value is (197,19,148).

#c51394 hex color red value is 197, green value is 19 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c51394 hue: 0.88 , saturation: 0.82 and the lightness value of c51394 is 0.42.

The process color (four color CMYK) of #c51394 color hex is 0.00, 0.90, 0.25, 0.23. Web safe color of #c51394 is #cc0099. Color #c51394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010011 10010100
Octal 305 23 224
Decimal 197 19 148
Hex C5 13 94

RGB Percentages of Color #c51394

%54.12
%5.22
%40.66

CMYK Percentages of Color #c51394

%0
%90
%25
%23

Triadic Colors of #c51394

#c51394 #94c513 #1394c5

Analogous Colors of #c51394

#c51394 #c5133b #9d13c5

Monochromatic Colors of #c51394

#c51394

Complementary Color

#c51394 #13c544

#c51394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51394 Color CSS Codes

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

#c51394 Text Font Color

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

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


#c51394 Background Color

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

This div background color is #c51394


#c51394 Border Color

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

This div border color is #c51394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51394


Comments

No comments written yet.

Please login to write comment.