Color Hex Logo

#c5418f Color Hex

#C5418F
(197,65,143)
0 Favorites   0 Comments

Color spaces of #c5418f

RGB 19765143
HSL0.900.530.51
HSV325°67°77°
CMYK 0.000.670.27   0.23
XYZ29.874217.634127.8158
Yxy17.63410.39660.2341
Hunter Lab41.993053.4989-9.8781
CIE-Lab49.049359.5712-14.7497

#c5418f color RGB value is (197,65,143).

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

The process color (four color CMYK) of #c5418f color hex is 0.00, 0.67, 0.27, 0.23. Web safe color of #c5418f is #cc3399. Color #c5418f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 10001111
Octal 305 101 217
Decimal 197 65 143
Hex C5 41 8F

RGB Percentages of Color #c5418f

%48.64
%16.05
%35.31

CMYK Percentages of Color #c5418f

%0
%67
%27
%23

Triadic Colors of #c5418f

#c5418f #8fc541 #418fc5

Analogous Colors of #c5418f

#c5418f #c5414d #b941c5

Monochromatic Colors of #c5418f

#c5418f

Complementary Color

#c5418f #41c577

#c5418f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5418f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5418f Color CSS Codes

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

#c5418f Text Font Color

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

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


#c5418f Background Color

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

This div background color is #c5418f


#c5418f Border Color

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

This div border color is #c5418f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5418f


Comments

No comments written yet.

Please login to write comment.