Color Hex Logo

#c536b5 Color Hex

#C536B5
(197,54,181)
0 Favorites   0 Comments

Color spaces of #c536b5

RGB 19754181
HSL0.850.570.49
HSV307°73°77°
CMYK 0.000.730.08   0.23
XYZ32.685617.844845.4377
Yxy17.84480.34060.1859
Hunter Lab42.243164.1889-34.2036
CIE-Lab49.307368.8050-36.8579

#c536b5 color RGB value is (197,54,181).

#c536b5 hex color red value is 197, green value is 54 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #c536b5 hue: 0.85 , saturation: 0.57 and the lightness value of c536b5 is 0.49.

The process color (four color CMYK) of #c536b5 color hex is 0.00, 0.73, 0.08, 0.23. Web safe color of #c536b5 is #cc33cc. Color #c536b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110110 10110101
Octal 305 66 265
Decimal 197 54 181
Hex C5 36 B5

RGB Percentages of Color #c536b5

%45.60
%12.50
%41.90

CMYK Percentages of Color #c536b5

%0
%73
%8
%23

Triadic Colors of #c536b5

#c536b5 #b5c536 #36b5c5

Analogous Colors of #c536b5

#c536b5 #c5366e #8e36c5

Monochromatic Colors of #c536b5

#c536b5

Complementary Color

#c536b5 #36c546

#c536b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c536b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c536b5 Color CSS Codes

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

#c536b5 Text Font Color

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

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


#c536b5 Background Color

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

This div background color is #c536b5


#c536b5 Border Color

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

This div border color is #c536b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c536b5


Comments

No comments written yet.

Please login to write comment.