Color Hex Logo

#ca465e Color Hex

#CA465E
(202,70,94)
0 Favorites   0 Comments

Color spaces of #ca465e

RGB 2027094
HSL0.970.550.53
HSV349°65°79°
CMYK 0.000.650.53   0.21
XYZ28.567717.745012.5091
Yxy17.74500.48570.3017
Hunter Lab42.124847.334611.8810
CIE-Lab49.185353.954715.1619

#ca465e color RGB value is (202,70,94).

#ca465e hex color red value is 202, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca465e hue: 0.97 , saturation: 0.55 and the lightness value of ca465e is 0.53.

The process color (four color CMYK) of #ca465e color hex is 0.00, 0.65, 0.53, 0.21. Web safe color of #ca465e is #cc3366. Color #ca465e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 01011110
Octal 312 106 136
Decimal 202 70 94
Hex CA 46 5E

RGB Percentages of Color #ca465e

%55.19
%19.13
%25.68

CMYK Percentages of Color #ca465e

%0
%65
%53
%21

Triadic Colors of #ca465e

#ca465e #5eca46 #465eca

Analogous Colors of #ca465e

#ca465e #ca7046 #ca46a0

Monochromatic Colors of #ca465e

#ca465e

Complementary Color

#ca465e #46cab2

#ca465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca465e Color CSS Codes

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

#ca465e Text Font Color

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

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


#ca465e Background Color

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

This div background color is #ca465e


#ca465e Border Color

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

This div border color is #ca465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca465e


Comments

No comments written yet.

Please login to write comment.