Color Hex Logo

#c5819e Color Hex

#C5819E
(197,129,158)
0 Favorites   0 Comments

Color spaces of #c5819e

RGB 197129158
HSL0.930.370.64
HSV334°35°77°
CMYK 0.000.350.20   0.23
XYZ37.047830.039536.1933
Yxy30.03950.35870.2909
Hunter Lab54.808324.7430-0.7870
CIE-Lab61.688330.3764-4.5981

#c5819e color RGB value is (197,129,158).

#c5819e hex color red value is 197, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c5819e hue: 0.93 , saturation: 0.37 and the lightness value of c5819e is 0.64.

The process color (four color CMYK) of #c5819e color hex is 0.00, 0.35, 0.20, 0.23. Web safe color of #c5819e is #cc9999. Color #c5819e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000001 10011110
Octal 305 201 236
Decimal 197 129 158
Hex C5 81 9E

RGB Percentages of Color #c5819e

%40.70
%26.65
%32.64

CMYK Percentages of Color #c5819e

%0
%35
%20
%23

Triadic Colors of #c5819e

#c5819e #9ec581 #819ec5

Analogous Colors of #c5819e

#c5819e #c58681 #c581c0

Monochromatic Colors of #c5819e

#c5819e

Complementary Color

#c5819e #81c5a8

#c5819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5819e Color CSS Codes

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

#c5819e Text Font Color

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

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


#c5819e Background Color

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

This div background color is #c5819e


#c5819e Border Color

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

This div border color is #c5819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5819e


Comments

No comments written yet.

Please login to write comment.