Color Hex Logo

#ca233d Color Hex

#CA233D
(202,35,61)
0 Favorites   0 Comments

Color spaces of #ca233d

RGB 2023561
HSL0.970.700.46
HSV351°83°79°
CMYK 0.000.830.70   0.21
XYZ25.800514.09555.7758
Yxy14.09550.56490.3086
Hunter Lab37.544056.964617.1596
CIE-Lab44.369663.528928.9381

#ca233d color RGB value is (202,35,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 00111101
Octal 312 43 75
Decimal 202 35 61
Hex CA 23 3D

RGB Percentages of Color #ca233d

%67.79
%11.74
%20.47

CMYK Percentages of Color #ca233d

%0
%83
%70
%21

Triadic Colors of #ca233d

#ca233d #3dca23 #233dca

Analogous Colors of #ca233d

#ca233d #ca5d23 #ca2391

Monochromatic Colors of #ca233d

#ca233d

Complementary Color

#ca233d #23cab0

#ca233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca233d Color CSS Codes

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

#ca233d Text Font Color

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

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


#ca233d Background Color

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

This div background color is #ca233d


#ca233d Border Color

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

This div border color is #ca233d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca233d


Comments

No comments written yet.

Please login to write comment.