Color Hex Logo

#c54fbb Color Hex

#C54FBB
(197,79,187)
0 Favorites   0 Comments

Color spaces of #c54fbb

RGB 19779187
HSL0.850.500.54
HSV305°60°77°
CMYK 0.000.600.05   0.23
XYZ34.791621.050149.2431
Yxy21.05010.33110.2003
Hunter Lab45.880455.0678-31.5193
CIE-Lab53.004360.2373-34.5448

#c54fbb color RGB value is (197,79,187).

#c54fbb hex color red value is 197, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c54fbb hue: 0.85 , saturation: 0.50 and the lightness value of c54fbb is 0.54.

The process color (four color CMYK) of #c54fbb color hex is 0.00, 0.60, 0.05, 0.23. Web safe color of #c54fbb is #cc66cc. Color #c54fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001111 10111011
Octal 305 117 273
Decimal 197 79 187
Hex C5 4F BB

RGB Percentages of Color #c54fbb

%42.55
%17.06
%40.39

CMYK Percentages of Color #c54fbb

%0
%60
%5
%23

Triadic Colors of #c54fbb

#c54fbb #bbc54f #4fbbc5

Analogous Colors of #c54fbb

#c54fbb #c54f80 #944fc5

Monochromatic Colors of #c54fbb

#c54fbb

Complementary Color

#c54fbb #4fc559

#c54fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54fbb Color CSS Codes

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

#c54fbb Text Font Color

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

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


#c54fbb Background Color

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

This div background color is #c54fbb


#c54fbb Border Color

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

This div border color is #c54fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54fbb


Comments

No comments written yet.

Please login to write comment.