Color Hex Logo

#c54baf Color Hex

#C54BAF
(197,75,175)
0 Favorites   0 Comments

Color spaces of #c54baf

RGB 19775175
HSL0.860.510.53
HSV311°62°77°
CMYK 0.000.620.11   0.23
XYZ33.279919.997642.6633
Yxy19.99760.34690.2084
Hunter Lab44.718754.5831-25.2618
CIE-Lab51.834560.0223-29.3947

#c54baf color RGB value is (197,75,175).

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

The process color (four color CMYK) of #c54baf color hex is 0.00, 0.62, 0.11, 0.23. Web safe color of #c54baf is #cc3399. Color #c54baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001011 10101111
Octal 305 113 257
Decimal 197 75 175
Hex C5 4B AF

RGB Percentages of Color #c54baf

%44.07
%16.78
%39.15

CMYK Percentages of Color #c54baf

%0
%62
%11
%23

Triadic Colors of #c54baf

#c54baf #afc54b #4bafc5

Analogous Colors of #c54baf

#c54baf #c54b72 #9e4bc5

Monochromatic Colors of #c54baf

#c54baf

Complementary Color

#c54baf #4bc561

#c54baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54baf Color CSS Codes

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

#c54baf Text Font Color

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

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


#c54baf Background Color

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

This div background color is #c54baf


#c54baf Border Color

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

This div border color is #c54baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54baf


Comments

No comments written yet.

Please login to write comment.