Color Hex Logo

#ca4477 Color Hex

#CA4477
(202,68,119)
0 Favorites   0 Comments

Color spaces of #ca4477

RGB 20268119
HSL0.940.560.53
HSV337°66°79°
CMYK 0.000.660.41   0.21
XYZ29.754018.022719.3633
Yxy18.02270.44320.2684
Hunter Lab42.453250.81172.6745
CIE-Lab49.523657.06990.5018

#ca4477 color RGB value is (202,68,119).

#ca4477 hex color red value is 202, green value is 68 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ca4477 hue: 0.94 , saturation: 0.56 and the lightness value of ca4477 is 0.53.

The process color (four color CMYK) of #ca4477 color hex is 0.00, 0.66, 0.41, 0.21. Web safe color of #ca4477 is #cc3366. Color #ca4477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 01110111
Octal 312 104 167
Decimal 202 68 119
Hex CA 44 77

RGB Percentages of Color #ca4477

%51.93
%17.48
%30.59

CMYK Percentages of Color #ca4477

%0
%66
%41
%21

Triadic Colors of #ca4477

#ca4477 #77ca44 #4477ca

Analogous Colors of #ca4477

#ca4477 #ca5444 #ca44ba

Monochromatic Colors of #ca4477

#ca4477

Complementary Color

#ca4477 #44ca97

#ca4477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4477 Color CSS Codes

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

#ca4477 Text Font Color

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

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


#ca4477 Background Color

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

This div background color is #ca4477


#ca4477 Border Color

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

This div border color is #ca4477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4477


Comments

No comments written yet.

Please login to write comment.