Color Hex Logo

#c7818d Color Hex

#C7818D
(199,129,141)
0 Favorites   0 Comments

Color spaces of #c7818d

RGB 199129141
HSL0.970.380.64
HSV350°35°78°
CMYK 0.000.350.29   0.22
XYZ36.211229.765729.0361
Yxy29.76570.38110.3133
Hunter Lab54.558022.99766.6360
CIE-Lab61.451528.62674.8043

#c7818d color RGB value is (199,129,141).

#c7818d hex color red value is 199, green value is 129 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c7818d hue: 0.97 , saturation: 0.38 and the lightness value of c7818d is 0.64.

The process color (four color CMYK) of #c7818d color hex is 0.00, 0.35, 0.29, 0.22. Web safe color of #c7818d is #cc9999. Color #c7818d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 10001101
Octal 307 201 215
Decimal 199 129 141
Hex C7 81 8D

RGB Percentages of Color #c7818d

%42.43
%27.51
%30.06

CMYK Percentages of Color #c7818d

%0
%35
%29
%22

Triadic Colors of #c7818d

#c7818d #8dc781 #818dc7

Analogous Colors of #c7818d

#c7818d #c79881 #c781b0

Monochromatic Colors of #c7818d

#c7818d

Complementary Color

#c7818d #81c7bb

#c7818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7818d Color CSS Codes

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

#c7818d Text Font Color

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

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


#c7818d Background Color

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

This div background color is #c7818d


#c7818d Border Color

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

This div border color is #c7818d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7818d


Comments

No comments written yet.

Please login to write comment.