Color Hex Logo

#c533de Color Hex

#C533DE
(197,51,222)
0 Favorites   0 Comments

Color spaces of #c533de

RGB 19751222
HSL0.810.720.54
HSV291°77°87°
CMYK 0.110.770.00   0.13
XYZ37.394619.511970.9025
Yxy19.51190.29260.1527
Hunter Lab44.172373.8100-64.2479
CIE-Lab51.280876.3724-57.3513

#c533de color RGB value is (197,51,222).

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

The process color (four color CMYK) of #c533de color hex is 0.11, 0.77, 0.00, 0.13. Web safe color of #c533de is #cc33cc. Color #c533de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 11011110
Octal 305 63 336
Decimal 197 51 222
Hex C5 33 DE

RGB Percentages of Color #c533de

%41.91
%10.85
%47.23

CMYK Percentages of Color #c533de

%11
%77
%0
%13

Triadic Colors of #c533de

#c533de #dec533 #33dec5

Analogous Colors of #c533de

#c533de #de33a2 #7033de

Monochromatic Colors of #c533de

#c533de

Complementary Color

#c533de #4cde33

#c533de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c533de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c533de Color CSS Codes

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

#c533de Text Font Color

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

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


#c533de Background Color

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

This div background color is #c533de


#c533de Border Color

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

This div border color is #c533de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c533de


Comments

No comments written yet.

Please login to write comment.