Color Hex Logo

#ca433f Color Hex

#CA433F
(202,67,63)
0 Favorites   0 Comments

Color spaces of #ca433f

RGB 2026763
HSL0.000.570.52
HSV69°79°
CMYK 0.000.670.69   0.21
XYZ27.261516.92976.5336
Yxy16.92970.53740.3338
Hunter Lab41.145746.261919.3872
CIE-Lab48.171353.141032.3404

#ca433f color RGB value is (202,67,63).

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

The process color (four color CMYK) of #ca433f color hex is 0.00, 0.67, 0.69, 0.21. Web safe color of #ca433f is #cc3333. Color #ca433f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000011 00111111
Octal 312 103 77
Decimal 202 67 63
Hex CA 43 3F

RGB Percentages of Color #ca433f

%60.84
%20.18
%18.98

CMYK Percentages of Color #ca433f

%0
%67
%69
%21

Triadic Colors of #ca433f

#ca433f #3fca43 #433fca

Analogous Colors of #ca433f

#ca433f #ca893f #ca3f81

Monochromatic Colors of #ca433f

#ca433f

Complementary Color

#ca433f #3fc6ca

#ca433f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca433f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca433f Color CSS Codes

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

#ca433f Text Font Color

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

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


#ca433f Background Color

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

This div background color is #ca433f


#ca433f Border Color

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

This div border color is #ca433f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca433f


Comments

No comments written yet.

Please login to write comment.