Color Hex Logo

#ca381c Color Hex

#CA381C
(202,56,28)
0 Favorites   0 Comments

Color spaces of #ca381c

RGB 2025628
HSL0.030.760.45
HSV10°86°79°
CMYK 0.000.720.86   0.21
XYZ25.980915.46872.7150
Yxy15.46870.58830.3503
Hunter Lab39.330349.086123.4384
CIE-Lab46.269656.092148.9317

#ca381c color RGB value is (202,56,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 00011100
Octal 312 70 34
Decimal 202 56 28
Hex CA 38 1C

RGB Percentages of Color #ca381c

%70.63
%19.58
%9.79

CMYK Percentages of Color #ca381c

%0
%72
%86
%21

Triadic Colors of #ca381c

#ca381c #1cca38 #381cca

Analogous Colors of #ca381c

#ca381c #ca8f1c #ca1c57

Monochromatic Colors of #ca381c

#ca381c

Complementary Color

#ca381c #1caeca

#ca381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca381c Color CSS Codes

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

#ca381c Text Font Color

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

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


#ca381c Background Color

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

This div background color is #ca381c


#ca381c Border Color

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

This div border color is #ca381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca381c


Comments

No comments written yet.

Please login to write comment.