Color Hex Logo

#c535cf Color Hex

#C535CF
(197,53,207)
0 Favorites   0 Comments

Color spaces of #c535cf

RGB 19753207
HSL0.820.620.51
HSV296°74°81°
CMYK 0.050.740.00   0.19
XYZ35.561518.921560.8094
Yxy18.92150.30840.1641
Hunter Lab43.498969.8056-52.4355
CIE-Lab50.595273.2402-49.8831

#c535cf color RGB value is (197,53,207).

#c535cf hex color red value is 197, green value is 53 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c535cf hue: 0.82 , saturation: 0.62 and the lightness value of c535cf is 0.51.

The process color (four color CMYK) of #c535cf color hex is 0.05, 0.74, 0.00, 0.19. Web safe color of #c535cf is #cc33cc. Color #c535cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110101 11001111
Octal 305 65 317
Decimal 197 53 207
Hex C5 35 CF

RGB Percentages of Color #c535cf

%43.11
%11.60
%45.30

CMYK Percentages of Color #c535cf

%5
%74
%0
%19

Triadic Colors of #c535cf

#c535cf #cfc535 #35cfc5

Analogous Colors of #c535cf

#c535cf #cf358c #7835cf

Monochromatic Colors of #c535cf

#c535cf

Complementary Color

#c535cf #3fcf35

#c535cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c535cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c535cf Color CSS Codes

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

#c535cf Text Font Color

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

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


#c535cf Background Color

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

This div background color is #c535cf


#c535cf Border Color

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

This div border color is #c535cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c535cf


Comments

No comments written yet.

Please login to write comment.