Color Hex Logo

#ca623a Color Hex

#CA623A
(202,98,58)
0 Favorites   0 Comments

Color spaces of #ca623a

RGB 2029858
HSL0.050.580.51
HSV17°71°79°
CMYK 0.000.510.71   0.21
XYZ29.488521.59746.6175
Yxy21.59740.51100.3743
Hunter Lab46.473031.935824.0885
CIE-Lab53.597238.498641.3616

#ca623a color RGB value is (202,98,58).

#ca623a hex color red value is 202, green value is 98 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca623a hue: 0.05 , saturation: 0.58 and the lightness value of ca623a is 0.51.

The process color (four color CMYK) of #ca623a color hex is 0.00, 0.51, 0.71, 0.21. Web safe color of #ca623a is #cc6633. Color #ca623a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 00111010
Octal 312 142 72
Decimal 202 98 58
Hex CA 62 3A

RGB Percentages of Color #ca623a

%56.42
%27.37
%16.20

CMYK Percentages of Color #ca623a

%0
%51
%71
%21

Triadic Colors of #ca623a

#ca623a #3aca62 #623aca

Analogous Colors of #ca623a

#ca623a #caaa3a #ca3a5a

Monochromatic Colors of #ca623a

#ca623a

Complementary Color

#ca623a #3aa2ca

#ca623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca623a Color CSS Codes

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

#ca623a Text Font Color

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

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


#ca623a Background Color

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

This div background color is #ca623a


#ca623a Border Color

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

This div border color is #ca623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca623a


Comments

No comments written yet.

Please login to write comment.