Color Hex Logo

#c457b5 Color Hex

#C457B5
(196,87,181)
0 Favorites   0 Comments

Color spaces of #c457b5

RGB 19687181
HSL0.860.480.55
HSV308°56°77°
CMYK 0.000.560.08   0.23
XYZ34.513621.888346.1219
Yxy21.88830.33660.2135
Hunter Lab46.784949.8072-25.7003
CIE-Lab53.908355.3856-29.6716

#c457b5 color RGB value is (196,87,181).

#c457b5 hex color red value is 196, green value is 87 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #c457b5 hue: 0.86 , saturation: 0.48 and the lightness value of c457b5 is 0.55.

The process color (four color CMYK) of #c457b5 color hex is 0.00, 0.56, 0.08, 0.23. Web safe color of #c457b5 is #cc66cc. Color #c457b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010111 10110101
Octal 304 127 265
Decimal 196 87 181
Hex C4 57 B5

RGB Percentages of Color #c457b5

%42.24
%18.75
%39.01

CMYK Percentages of Color #c457b5

%0
%56
%8
%23

Triadic Colors of #c457b5

#c457b5 #b5c457 #57b5c4

Analogous Colors of #c457b5

#c457b5 #c4577f #9d57c4

Monochromatic Colors of #c457b5

#c457b5

Complementary Color

#c457b5 #57c466

#c457b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c457b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c457b5 Color CSS Codes

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

#c457b5 Text Font Color

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

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


#c457b5 Background Color

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

This div background color is #c457b5


#c457b5 Border Color

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

This div border color is #c457b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,87,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 #c457b5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c457b5


Comments

No comments written yet.

Please login to write comment.