Color Hex Logo

#ca390a Color Hex

#CA390A
(202,57,10)
0 Favorites   0 Comments

Color spaces of #ca390a

RGB 2025710
HSL0.040.910.42
HSV15°95°79°
CMYK 0.000.720.95   0.21
XYZ25.875015.50471.9161
Yxy15.50470.59760.3581
Hunter Lab39.376048.389024.6781
CIE-Lab46.317855.442555.4231

#ca390a color RGB value is (202,57,10).

#ca390a hex color red value is 202, green value is 57 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ca390a hue: 0.04 , saturation: 0.91 and the lightness value of ca390a is 0.42.

The process color (four color CMYK) of #ca390a color hex is 0.00, 0.72, 0.95, 0.21. Web safe color of #ca390a is #cc3300. Color #ca390a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111001 00001010
Octal 312 71 12
Decimal 202 57 10
Hex CA 39 A

RGB Percentages of Color #ca390a

%75.09
%21.19
%3.72

CMYK Percentages of Color #ca390a

%0
%72
%95
%21

Triadic Colors of #ca390a

#ca390a #0aca39 #390aca

Analogous Colors of #ca390a

#ca390a #ca990a #ca0a3b

Monochromatic Colors of #ca390a

#ca390a

Complementary Color

#ca390a #0a9bca

#ca390a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca390a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca390a Color CSS Codes

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

#ca390a Text Font Color

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

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


#ca390a Background Color

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

This div background color is #ca390a


#ca390a Border Color

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

This div border color is #ca390a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca390a


Comments

No comments written yet.

Please login to write comment.