Color Hex Logo

#ca8273 Color Hex

#CA8273
(202,130,115)
0 Favorites   0 Comments

Color spaces of #ca8273

RGB 202130115
HSL0.030.450.62
HSV10°43°79°
CMYK 0.000.360.43   0.21
XYZ35.434329.759620.0962
Yxy29.75960.41550.3489
Hunter Lab54.552420.477416.3452
CIE-Lab61.446226.038519.6566

#ca8273 color RGB value is (202,130,115).

#ca8273 hex color red value is 202, green value is 130 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ca8273 hue: 0.03 , saturation: 0.45 and the lightness value of ca8273 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 01110011
Octal 312 202 163
Decimal 202 130 115
Hex CA 82 73

RGB Percentages of Color #ca8273

%45.19
%29.08
%25.73

CMYK Percentages of Color #ca8273

%0
%36
%43
%21

Triadic Colors of #ca8273

#ca8273 #73ca82 #8273ca

Analogous Colors of #ca8273

#ca8273 #caae73 #ca7390

Monochromatic Colors of #ca8273

#ca8273

Complementary Color

#ca8273 #73bbca

#ca8273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8273 Color CSS Codes

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

#ca8273 Text Font Color

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

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


#ca8273 Background Color

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

This div background color is #ca8273


#ca8273 Border Color

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

This div border color is #ca8273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8273


Comments

No comments written yet.

Please login to write comment.