Color Hex Logo

#c543bb Color Hex

#C543BB
(197,67,187)
0 Favorites   0 Comments

Color spaces of #c543bb

RGB 19767187
HSL0.850.530.52
HSV305°66°77°
CMYK 0.000.660.05   0.23
XYZ34.002819.472548.9801
Yxy19.47250.33190.1901
Hunter Lab44.127760.3207-34.9204
CIE-Lab51.235565.1377-37.3206

#c543bb color RGB value is (197,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 10111011
Octal 305 103 273
Decimal 197 67 187
Hex C5 43 BB

RGB Percentages of Color #c543bb

%43.68
%14.86
%41.46

CMYK Percentages of Color #c543bb

%0
%66
%5
%23

Triadic Colors of #c543bb

#c543bb #bbc543 #43bbc5

Analogous Colors of #c543bb

#c543bb #c5437a #8e43c5

Monochromatic Colors of #c543bb

#c543bb

Complementary Color

#c543bb #43c54d

#c543bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c543bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c543bb Color CSS Codes

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

#c543bb Text Font Color

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

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


#c543bb Background Color

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

This div background color is #c543bb


#c543bb Border Color

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

This div border color is #c543bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c543bb


Comments

No comments written yet.

Please login to write comment.