Color Hex Logo

#c541bb Color Hex

#C541BB
(197,65,187)
0 Favorites   0 Comments

Color spaces of #c541bb

RGB 19765187
HSL0.850.530.51
HSV305°67°77°
CMYK 0.000.670.05   0.23
XYZ33.885919.238848.9412
Yxy19.23880.33200.1885
Hunter Lab43.862161.1427-35.4522
CIE-Lab50.965465.8945-37.7457

#c541bb color RGB value is (197,65,187).

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

The process color (four color CMYK) of #c541bb color hex is 0.00, 0.67, 0.05, 0.23. Web safe color of #c541bb is #cc33cc. Color #c541bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 10111011
Octal 305 101 273
Decimal 197 65 187
Hex C5 41 BB

RGB Percentages of Color #c541bb

%43.88
%14.48
%41.65

CMYK Percentages of Color #c541bb

%0
%67
%5
%23

Triadic Colors of #c541bb

#c541bb #bbc541 #41bbc5

Analogous Colors of #c541bb

#c541bb #c54179 #8d41c5

Monochromatic Colors of #c541bb

#c541bb

Complementary Color

#c541bb #41c54b

#c541bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541bb Color CSS Codes

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

#c541bb Text Font Color

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

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


#c541bb Background Color

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

This div background color is #c541bb


#c541bb Border Color

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

This div border color is #c541bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541bb


Comments

No comments written yet.

Please login to write comment.