Color Hex Logo

#c535bc Color Hex

#C535BC
(197,53,188)
0 Favorites   0 Comments

Color spaces of #c535bc

RGB 19753188
HSL0.840.580.49
HSV304°73°77°
CMYK 0.000.730.05   0.23
XYZ33.376218.047449.3013
Yxy18.04740.33140.1792
Hunter Lab42.482265.8948-39.0694
CIE-Lab49.553570.1936-40.5548

#c535bc color RGB value is (197,53,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110101 10111100
Octal 305 65 274
Decimal 197 53 188
Hex C5 35 BC

RGB Percentages of Color #c535bc

%44.98
%12.10
%42.92

CMYK Percentages of Color #c535bc

%0
%73
%5
%23

Triadic Colors of #c535bc

#c535bc #bcc535 #35bcc5

Analogous Colors of #c535bc

#c535bc #c53574 #8635c5

Monochromatic Colors of #c535bc

#c535bc

Complementary Color

#c535bc #35c53e

#c535bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c535bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c535bc Color CSS Codes

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

#c535bc Text Font Color

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

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


#c535bc Background Color

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

This div background color is #c535bc


#c535bc Border Color

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

This div border color is #c535bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c535bc


Comments

No comments written yet.

Please login to write comment.