Color Hex Logo

#c533be Color Hex

#C533BE
(197,51,190)
0 Favorites   0 Comments

Color spaces of #c533be

RGB 19751190
HSL0.840.590.49
HSV303°74°77°
CMYK 0.000.740.04   0.23
XYZ33.504017.955750.4151
Yxy17.95570.32890.1763
Hunter Lab42.374266.9799-40.8790
CIE-Lab49.442371.1227-41.8945

#c533be color RGB value is (197,51,190).

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

The process color (four color CMYK) of #c533be color hex is 0.00, 0.74, 0.04, 0.23. Web safe color of #c533be is #cc33cc. Color #c533be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110011 10111110
Octal 305 63 276
Decimal 197 51 190
Hex C5 33 BE

RGB Percentages of Color #c533be

%44.98
%11.64
%43.38

CMYK Percentages of Color #c533be

%0
%74
%4
%23

Triadic Colors of #c533be

#c533be #bec533 #33bec5

Analogous Colors of #c533be

#c533be #c53375 #8333c5

Monochromatic Colors of #c533be

#c533be

Complementary Color

#c533be #33c53a

#c533be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c533be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c533be Color CSS Codes

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

#c533be Text Font Color

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

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


#c533be Background Color

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

This div background color is #c533be


#c533be Border Color

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

This div border color is #c533be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c533be


Comments

No comments written yet.

Please login to write comment.