Color Hex Logo

#ca382b Color Hex

#CA382B
(202,56,43)
0 Favorites   0 Comments

Color spaces of #ca382b

RGB 2025643
HSL0.010.650.48
HSV79°79°
CMYK 0.000.720.79   0.21
XYZ26.207315.55933.9075
Yxy15.55930.57380.3407
Hunter Lab39.445349.565521.7384
CIE-Lab46.390956.508941.6011

#ca382b color RGB value is (202,56,43).

#ca382b hex color red value is 202, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ca382b hue: 0.01 , saturation: 0.65 and the lightness value of ca382b is 0.48.

The process color (four color CMYK) of #ca382b color hex is 0.00, 0.72, 0.79, 0.21. Web safe color of #ca382b is #cc3333. Color #ca382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 00101011
Octal 312 70 53
Decimal 202 56 43
Hex CA 38 2B

RGB Percentages of Color #ca382b

%67.11
%18.60
%14.29

CMYK Percentages of Color #ca382b

%0
%72
%79
%21

Triadic Colors of #ca382b

#ca382b #2bca38 #382bca

Analogous Colors of #ca382b

#ca382b #ca882b #ca2b6e

Monochromatic Colors of #ca382b

#ca382b

Complementary Color

#ca382b #2bbdca

#ca382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca382b Color CSS Codes

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

#ca382b Text Font Color

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

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


#ca382b Background Color

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

This div background color is #ca382b


#ca382b Border Color

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

This div border color is #ca382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca382b


Comments

No comments written yet.

Please login to write comment.