Color Hex Logo

#ca465c Color Hex

#CA465C
(202,70,92)
0 Favorites   0 Comments

Color spaces of #ca465c

RGB 2027092
HSL0.970.550.53
HSV350°65°79°
CMYK 0.000.650.54   0.21
XYZ28.479017.709612.0425
Yxy17.70960.48910.3041
Hunter Lab42.082847.152812.4914
CIE-Lab49.142053.794716.3113

#ca465c color RGB value is (202,70,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 01011100
Octal 312 106 134
Decimal 202 70 92
Hex CA 46 5C

RGB Percentages of Color #ca465c

%55.49
%19.23
%25.27

CMYK Percentages of Color #ca465c

%0
%65
%54
%21

Triadic Colors of #ca465c

#ca465c #5cca46 #465cca

Analogous Colors of #ca465c

#ca465c #ca7246 #ca469e

Monochromatic Colors of #ca465c

#ca465c

Complementary Color

#ca465c #46cab4

#ca465c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca465c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca465c Color CSS Codes

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

#ca465c Text Font Color

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

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


#ca465c Background Color

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

This div background color is #ca465c


#ca465c Border Color

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

This div border color is #ca465c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca465c


Comments

No comments written yet.

Please login to write comment.