Color Hex Logo

#c529bc Color Hex

#C529BC
(197,41,188)
0 Favorites   0 Comments

Color spaces of #c529bc

RGB 19741188
HSL0.840.660.47
HSV303°79°77°
CMYK 0.000.790.05   0.23
XYZ32.896017.087049.1413
Yxy17.08700.33190.1724
Hunter Lab41.336469.7136-41.5493
CIE-Lab48.369573.5975-42.4300

#c529bc color RGB value is (197,41,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101001 10111100
Octal 305 51 274
Decimal 197 41 188
Hex C5 29 BC

RGB Percentages of Color #c529bc

%46.24
%9.62
%44.13

CMYK Percentages of Color #c529bc

%0
%79
%5
%23

Triadic Colors of #c529bc

#c529bc #bcc529 #29bcc5

Analogous Colors of #c529bc

#c529bc #c5296e #8029c5

Monochromatic Colors of #c529bc

#c529bc

Complementary Color

#c529bc #29c532

#c529bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c529bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c529bc Color CSS Codes

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

#c529bc Text Font Color

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

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


#c529bc Background Color

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

This div background color is #c529bc


#c529bc Border Color

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

This div border color is #c529bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c529bc


Comments

No comments written yet.

Please login to write comment.