Color Hex Logo

#ca8458 Color Hex

#CA8458
(202,132,88)
0 Favorites   0 Comments

Color spaces of #ca8458

RGB 20213288
HSL0.060.520.57
HSV23°56°79°
CMYK 0.000.350.56   0.21
XYZ34.369829.763713.1660
Yxy29.76370.44460.3850
Hunter Lab54.556116.980023.8809
CIE-Lab61.449822.382934.6345

#ca8458 color RGB value is (202,132,88).

#ca8458 hex color red value is 202, green value is 132 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ca8458 hue: 0.06 , saturation: 0.52 and the lightness value of ca8458 is 0.57.

The process color (four color CMYK) of #ca8458 color hex is 0.00, 0.35, 0.56, 0.21. Web safe color of #ca8458 is #cc9966. Color #ca8458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 01011000
Octal 312 204 130
Decimal 202 132 88
Hex CA 84 58

RGB Percentages of Color #ca8458

%47.87
%31.28
%20.85

CMYK Percentages of Color #ca8458

%0
%35
%56
%21

Triadic Colors of #ca8458

#ca8458 #58ca84 #8458ca

Analogous Colors of #ca8458

#ca8458 #cabd58 #ca5865

Monochromatic Colors of #ca8458

#ca8458

Complementary Color

#ca8458 #589eca

#ca8458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8458 Color CSS Codes

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

#ca8458 Text Font Color

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

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


#ca8458 Background Color

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

This div background color is #ca8458


#ca8458 Border Color

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

This div border color is #ca8458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8458


Comments

No comments written yet.

Please login to write comment.