Color Hex Logo

#c68482 Color Hex

#C68482
(198,132,130)
0 Favorites   0 Comments

Color spaces of #c68482

RGB 198132130
HSL0.000.370.64
HSV34°78°
CMYK 0.000.330.34   0.22
XYZ35.569230.120025.0581
Yxy30.12000.39200.3319
Hunter Lab54.881719.644111.3463
CIE-Lab61.757625.152511.5019

#c68482 color RGB value is (198,132,130).

#c68482 hex color red value is 198, green value is 132 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c68482 hue: 0.00 , saturation: 0.37 and the lightness value of c68482 is 0.64.

The process color (four color CMYK) of #c68482 color hex is 0.00, 0.33, 0.34, 0.22. Web safe color of #c68482 is #cc9999. Color #c68482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 10000010
Octal 306 204 202
Decimal 198 132 130
Hex C6 84 82

RGB Percentages of Color #c68482

%43.04
%28.70
%28.26

CMYK Percentages of Color #c68482

%0
%33
%34
%22

Triadic Colors of #c68482

#c68482 #82c684 #8482c6

Analogous Colors of #c68482

#c68482 #c6a682 #c682a2

Monochromatic Colors of #c68482

#c68482

Complementary Color

#c68482 #82c4c6

#c68482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68482 Color CSS Codes

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

#c68482 Text Font Color

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

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


#c68482 Background Color

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

This div background color is #c68482


#c68482 Border Color

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

This div border color is #c68482


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,132,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68482; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68482;
  -webkit-box-shadow: 1px 1px 3px 2px #c68482;
  box-shadow:         1px 1px 3px 2px #c68482; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,132,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68482


Comments

No comments written yet.

Please login to write comment.