Color Hex Logo

#c536cb Color Hex

#C536CB
(197,54,203)
0 Favorites   0 Comments

Color spaces of #c536cb

RGB 19754203
HSL0.830.590.50
HSV298°73°80°
CMYK 0.030.730.00   0.20
XYZ35.124618.820458.2813
Yxy18.82040.31300.1677
Hunter Lab43.382568.6031-49.2842
CIE-Lab50.476472.2708-47.7732

#c536cb color RGB value is (197,54,203).

#c536cb hex color red value is 197, green value is 54 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c536cb hue: 0.83 , saturation: 0.59 and the lightness value of c536cb is 0.50.

The process color (four color CMYK) of #c536cb color hex is 0.03, 0.73, 0.00, 0.20. Web safe color of #c536cb is #cc33cc. Color #c536cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 11001011
Octal 305 66 313
Decimal 197 54 203
Hex C5 36 CB

RGB Percentages of Color #c536cb

%43.39
%11.89
%44.71

CMYK Percentages of Color #c536cb

%3
%73
%0
%20

Triadic Colors of #c536cb

#c536cb #cbc536 #36cbc5

Analogous Colors of #c536cb

#c536cb #cb3687 #7b36cb

Monochromatic Colors of #c536cb

#c536cb

Complementary Color

#c536cb #3ccb36

#c536cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536cb Color CSS Codes

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

#c536cb Text Font Color

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

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


#c536cb Background Color

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

This div background color is #c536cb


#c536cb Border Color

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

This div border color is #c536cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536cb


Comments

No comments written yet.

Please login to write comment.