Color Hex Logo

#ca233f Color Hex

#CA233F
(202,35,63)
0 Favorites   0 Comments

Color spaces of #ca233f

RGB 2023563
HSL0.970.700.46
HSV350°83°79°
CMYK 0.000.830.69   0.21
XYZ25.855414.11756.0648
Yxy14.11750.56160.3067
Hunter Lab37.573357.078516.7311
CIE-Lab44.401063.623127.7592

#ca233f color RGB value is (202,35,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 00111111
Octal 312 43 77
Decimal 202 35 63
Hex CA 23 3F

RGB Percentages of Color #ca233f

%67.33
%11.67
%21.00

CMYK Percentages of Color #ca233f

%0
%83
%69
%21

Triadic Colors of #ca233f

#ca233f #3fca23 #233fca

Analogous Colors of #ca233f

#ca233f #ca5b23 #ca2393

Monochromatic Colors of #ca233f

#ca233f

Complementary Color

#ca233f #23caae

#ca233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca233f Color CSS Codes

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

#ca233f Text Font Color

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

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


#ca233f Background Color

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

This div background color is #ca233f


#ca233f Border Color

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

This div border color is #ca233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca233f


Comments

No comments written yet.

Please login to write comment.