Color Hex Logo

#ca323f Color Hex

#CA323F
(202,50,63)
0 Favorites   0 Comments

Color spaces of #ca323f

RGB 2025063
HSL0.990.600.49
HSV355°75°79°
CMYK 0.000.750.69   0.21
XYZ26.394915.19666.2447
Yxy15.19660.55180.3177
Hunter Lab38.982852.640717.7902
CIE-Lab45.902359.389729.5998

#ca323f color RGB value is (202,50,63).

#ca323f hex color red value is 202, green value is 50 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ca323f hue: 0.99 , saturation: 0.60 and the lightness value of ca323f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 00111111
Octal 312 62 77
Decimal 202 50 63
Hex CA 32 3F

RGB Percentages of Color #ca323f

%64.13
%15.87
%20.00

CMYK Percentages of Color #ca323f

%0
%75
%69
%21

Triadic Colors of #ca323f

#ca323f #3fca32 #323fca

Analogous Colors of #ca323f

#ca323f #ca7132 #ca328b

Monochromatic Colors of #ca323f

#ca323f

Complementary Color

#ca323f #32cabd

#ca323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca323f Color CSS Codes

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

#ca323f Text Font Color

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

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


#ca323f Background Color

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

This div background color is #ca323f


#ca323f Border Color

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

This div border color is #ca323f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,50,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 #ca323f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca323f


Comments

No comments written yet.

Please login to write comment.