Color Hex Logo

#c51894 Color Hex

#C51894
(197,24,148)
0 Favorites   0 Comments

Color spaces of #c51894

RGB 19724148
HSL0.880.780.43
HSV317°88°77°
CMYK 0.000.880.25   0.23
XYZ28.697914.661729.3344
Yxy14.66170.39480.2017
Hunter Lab38.290666.7730-18.6186
CIE-Lab45.167371.7819-23.7113

#c51894 color RGB value is (197,24,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011000 10010100
Octal 305 30 224
Decimal 197 24 148
Hex C5 18 94

RGB Percentages of Color #c51894

%53.39
%6.50
%40.11

CMYK Percentages of Color #c51894

%0
%88
%25
%23

Triadic Colors of #c51894

#c51894 #94c518 #1894c5

Analogous Colors of #c51894

#c51894 #c5183d #a018c5

Monochromatic Colors of #c51894

#c51894

Complementary Color

#c51894 #18c549

#c51894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51894 Color CSS Codes

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

#c51894 Text Font Color

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

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


#c51894 Background Color

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

This div background color is #c51894


#c51894 Border Color

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

This div border color is #c51894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,24,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 #c51894">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51894


Comments

No comments written yet.

Please login to write comment.