Color Hex Logo

#c535bf Color Hex

#C535BF
(197,53,191)
0 Favorites   0 Comments

Color spaces of #c535bf

RGB 19753191
HSL0.840.580.49
HSV303°73°77°
CMYK 0.000.730.03   0.23
XYZ33.703018.178151.0226
Yxy18.17810.32750.1767
Hunter Lab42.635866.4892-41.1078
CIE-Lab49.711470.6607-42.0495

#c535bf color RGB value is (197,53,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110101 10111111
Octal 305 65 277
Decimal 197 53 191
Hex C5 35 BF

RGB Percentages of Color #c535bf

%44.67
%12.02
%43.31

CMYK Percentages of Color #c535bf

%0
%73
%3
%23

Triadic Colors of #c535bf

#c535bf #bfc535 #35bfc5

Analogous Colors of #c535bf

#c535bf #c53577 #8335c5

Monochromatic Colors of #c535bf

#c535bf

Complementary Color

#c535bf #35c53b

#c535bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c535bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c535bf Color CSS Codes

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

#c535bf Text Font Color

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

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


#c535bf Background Color

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

This div background color is #c535bf


#c535bf Border Color

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

This div border color is #c535bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c535bf


Comments

No comments written yet.

Please login to write comment.