Color Hex Logo

#c541bc Color Hex

#C541BC
(197,65,188)
0 Favorites   0 Comments

Color spaces of #c541bc

RGB 19765188
HSL0.840.530.51
HSV304°67°77°
CMYK 0.000.670.05   0.23
XYZ33.993419.281849.5071
Yxy19.28180.33070.1876
Hunter Lab43.911061.3401-36.1082
CIE-Lab51.015366.0542-38.2480

#c541bc color RGB value is (197,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 10111100
Octal 305 101 274
Decimal 197 65 188
Hex C5 41 BC

RGB Percentages of Color #c541bc

%43.78
%14.44
%41.78

CMYK Percentages of Color #c541bc

%0
%67
%5
%23

Triadic Colors of #c541bc

#c541bc #bcc541 #41bcc5

Analogous Colors of #c541bc

#c541bc #c5417a #8c41c5

Monochromatic Colors of #c541bc

#c541bc

Complementary Color

#c541bc #41c54a

#c541bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541bc Color CSS Codes

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

#c541bc Text Font Color

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

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


#c541bc Background Color

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

This div background color is #c541bc


#c541bc Border Color

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

This div border color is #c541bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541bc


Comments

No comments written yet.

Please login to write comment.