Color Hex Logo

#ca263d Color Hex

#CA263D
(202,38,61)
0 Favorites   0 Comments

Color spaces of #ca263d

RGB 2023861
HSL0.980.680.47
HSV352°81°79°
CMYK 0.000.810.70   0.21
XYZ25.892514.27975.8064
Yxy14.27970.56310.3106
Hunter Lab37.788556.177517.3417
CIE-Lab44.631462.784729.2570

#ca263d color RGB value is (202,38,61).

#ca263d hex color red value is 202, green value is 38 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ca263d hue: 0.98 , saturation: 0.68 and the lightness value of ca263d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100110 00111101
Octal 312 46 75
Decimal 202 38 61
Hex CA 26 3D

RGB Percentages of Color #ca263d

%67.11
%12.62
%20.27

CMYK Percentages of Color #ca263d

%0
%81
%70
%21

Triadic Colors of #ca263d

#ca263d #3dca26 #263dca

Analogous Colors of #ca263d

#ca263d #ca6126 #ca268f

Monochromatic Colors of #ca263d

#ca263d

Complementary Color

#ca263d #26cab3

#ca263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca263d Color CSS Codes

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

#ca263d Text Font Color

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

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


#ca263d Background Color

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

This div background color is #ca263d


#ca263d Border Color

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

This div border color is #ca263d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca263d


Comments

No comments written yet.

Please login to write comment.