Color Hex Logo

#ca409d Color Hex

#CA409D
(202,64,157)
0 Favorites   0 Comments

Color spaces of #ca409d

RGB 20264157
HSL0.890.570.52
HSV320°68°79°
CMYK 0.000.680.22   0.21
XYZ32.276318.657733.7984
Yxy18.65770.38090.2202
Hunter Lab43.194657.7902-16.1564
CIE-Lab50.284363.1255-21.1344

#ca409d color RGB value is (202,64,157).

#ca409d hex color red value is 202, green value is 64 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ca409d hue: 0.89 , saturation: 0.57 and the lightness value of ca409d is 0.52.

The process color (four color CMYK) of #ca409d color hex is 0.00, 0.68, 0.22, 0.21. Web safe color of #ca409d is #cc3399. Color #ca409d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000000 10011101
Octal 312 100 235
Decimal 202 64 157
Hex CA 40 9D

RGB Percentages of Color #ca409d

%47.75
%15.13
%37.12

CMYK Percentages of Color #ca409d

%0
%68
%22
%21

Triadic Colors of #ca409d

#ca409d #9dca40 #409dca

Analogous Colors of #ca409d

#ca409d #ca4058 #b240ca

Monochromatic Colors of #ca409d

#ca409d

Complementary Color

#ca409d #40ca6d

#ca409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca409d Color CSS Codes

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

#ca409d Text Font Color

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

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


#ca409d Background Color

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

This div background color is #ca409d


#ca409d Border Color

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

This div border color is #ca409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca409d


Comments

No comments written yet.

Please login to write comment.