Color Hex Logo

#c533da Color Hex

#C533DA
(197,51,218)
0 Favorites   0 Comments

Color spaces of #c533da

RGB 19751218
HSL0.810.690.53
HSV292°77°85°
CMYK 0.100.770.00   0.15
XYZ36.864719.299968.1119
Yxy19.29990.29660.1553
Hunter Lab43.931772.9057-61.1714
CIE-Lab51.036275.6877-55.4681

#c533da color RGB value is (197,51,218).

#c533da hex color red value is 197, green value is 51 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c533da hue: 0.81 , saturation: 0.69 and the lightness value of c533da is 0.53.

The process color (four color CMYK) of #c533da color hex is 0.10, 0.77, 0.00, 0.15. Web safe color of #c533da is #cc33cc. Color #c533da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 11011010
Octal 305 63 332
Decimal 197 51 218
Hex C5 33 DA

RGB Percentages of Color #c533da

%42.27
%10.94
%46.78

CMYK Percentages of Color #c533da

%10
%77
%0
%15

Triadic Colors of #c533da

#c533da #dac533 #33dac5

Analogous Colors of #c533da

#c533da #da339c #7233da

Monochromatic Colors of #c533da

#c533da

Complementary Color

#c533da #48da33

#c533da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c533da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c533da Color CSS Codes

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

#c533da Text Font Color

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

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


#c533da Background Color

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

This div background color is #c533da


#c533da Border Color

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

This div border color is #c533da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c533da


Comments

No comments written yet.

Please login to write comment.