Color Hex Logo

#c533cd Color Hex

#C533CD
(197,51,205)
0 Favorites   0 Comments

Color spaces of #c533cd

RGB 19751205
HSL0.820.610.50
HSV297°75°80°
CMYK 0.040.750.00   0.20
XYZ35.229218.645759.4998
Yxy18.64570.31070.1645
Hunter Lab43.180770.0641-51.4708
CIE-Lab50.270173.5160-49.2528

#c533cd color RGB value is (197,51,205).

#c533cd hex color red value is 197, green value is 51 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c533cd hue: 0.82 , saturation: 0.61 and the lightness value of c533cd is 0.50.

The process color (four color CMYK) of #c533cd color hex is 0.04, 0.75, 0.00, 0.20. Web safe color of #c533cd is #cc33cc. Color #c533cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 11001101
Octal 305 63 315
Decimal 197 51 205
Hex C5 33 CD

RGB Percentages of Color #c533cd

%43.49
%11.26
%45.25

CMYK Percentages of Color #c533cd

%4
%75
%0
%20

Triadic Colors of #c533cd

#c533cd #cdc533 #33cdc5

Analogous Colors of #c533cd

#c533cd #cd3388 #7833cd

Monochromatic Colors of #c533cd

#c533cd

Complementary Color

#c533cd #3bcd33

#c533cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c533cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c533cd Color CSS Codes

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

#c533cd Text Font Color

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

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


#c533cd Background Color

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

This div background color is #c533cd


#c533cd Border Color

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

This div border color is #c533cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c533cd


Comments

No comments written yet.

Please login to write comment.