Color Hex Logo

#ca233a Color Hex

#CA233A
(202,35,58)
0 Favorites   0 Comments

Color spaces of #ca233a

RGB 2023558
HSL0.980.700.46
HSV352°83°79°
CMYK 0.000.830.71   0.21
XYZ25.721914.06415.3619
Yxy14.06410.56970.3115
Hunter Lab37.502156.800517.7745
CIE-Lab44.324763.393230.7004

#ca233a color RGB value is (202,35,58).

#ca233a hex color red value is 202, green value is 35 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca233a hue: 0.98 , saturation: 0.70 and the lightness value of ca233a is 0.46.

The process color (four color CMYK) of #ca233a color hex is 0.00, 0.83, 0.71, 0.21. Web safe color of #ca233a is #cc3333. Color #ca233a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 00111010
Octal 312 43 72
Decimal 202 35 58
Hex CA 23 3A

RGB Percentages of Color #ca233a

%68.47
%11.86
%19.66

CMYK Percentages of Color #ca233a

%0
%83
%71
%21

Triadic Colors of #ca233a

#ca233a #3aca23 #233aca

Analogous Colors of #ca233a

#ca233a #ca5f23 #ca238e

Monochromatic Colors of #ca233a

#ca233a

Complementary Color

#ca233a #23cab3

#ca233a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca233a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca233a Color CSS Codes

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

#ca233a Text Font Color

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

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


#ca233a Background Color

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

This div background color is #ca233a


#ca233a Border Color

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

This div border color is #ca233a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca233a


Comments

No comments written yet.

Please login to write comment.