Color Hex Logo

#ca826a Color Hex

#CA826A
(202,130,106)
0 Favorites   0 Comments

Color spaces of #ca826a

RGB 202130106
HSL0.040.480.60
HSV15°48°79°
CMYK 0.000.360.48   0.21
XYZ34.941329.562417.5002
Yxy29.56240.42610.3605
Hunter Lab54.371319.561818.9766
CIE-Lab61.274825.100824.4920

#ca826a color RGB value is (202,130,106).

#ca826a hex color red value is 202, green value is 130 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ca826a hue: 0.04 , saturation: 0.48 and the lightness value of ca826a is 0.60.

The process color (four color CMYK) of #ca826a color hex is 0.00, 0.36, 0.48, 0.21. Web safe color of #ca826a is #cc9966. Color #ca826a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 01101010
Octal 312 202 152
Decimal 202 130 106
Hex CA 82 6A

RGB Percentages of Color #ca826a

%46.12
%29.68
%24.20

CMYK Percentages of Color #ca826a

%0
%36
%48
%21

Triadic Colors of #ca826a

#ca826a #6aca82 #826aca

Analogous Colors of #ca826a

#ca826a #cab26a #ca6a82

Monochromatic Colors of #ca826a

#ca826a

Complementary Color

#ca826a #6ab2ca

#ca826a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca826a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca826a Color CSS Codes

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

#ca826a Text Font Color

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

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


#ca826a Background Color

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

This div background color is #ca826a


#ca826a Border Color

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

This div border color is #ca826a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca826a


Comments

No comments written yet.

Please login to write comment.