Color Hex Logo

#ca433d Color Hex

#CA433D
(202,67,61)
0 Favorites   0 Comments

Color spaces of #ca433d

RGB 2026761
HSL0.010.570.52
HSV70°79°
CMYK 0.000.670.70   0.21
XYZ27.206616.90786.2445
Yxy16.90780.54030.3357
Hunter Lab41.119146.146819.7794
CIE-Lab48.143753.038933.4650

#ca433d color RGB value is (202,67,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000011 00111101
Octal 312 103 75
Decimal 202 67 61
Hex CA 43 3D

RGB Percentages of Color #ca433d

%61.21
%20.30
%18.48

CMYK Percentages of Color #ca433d

%0
%67
%70
%21

Triadic Colors of #ca433d

#ca433d #3dca43 #433dca

Analogous Colors of #ca433d

#ca433d #ca8a3d #ca3d7e

Monochromatic Colors of #ca433d

#ca433d

Complementary Color

#ca433d #3dc4ca

#ca433d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca433d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca433d Color CSS Codes

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

#ca433d Text Font Color

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

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


#ca433d Background Color

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

This div background color is #ca433d


#ca433d Border Color

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

This div border color is #ca433d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca433d


Comments

No comments written yet.

Please login to write comment.