Color Hex Logo

#ca509d Color Hex

#CA509D
(202,80,157)
0 Favorites   0 Comments

Color spaces of #ca509d

RGB 20280157
HSL0.890.540.55
HSV322°60°79°
CMYK 0.000.600.22   0.21
XYZ33.311620.728234.1435
Yxy20.72820.37780.2351
Hunter Lab45.528250.9285-12.5943
CIE-Lab52.650756.6159-17.5137

#ca509d color RGB value is (202,80,157).

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

The process color (four color CMYK) of #ca509d color hex is 0.00, 0.60, 0.22, 0.21. Web safe color of #ca509d is #cc6699. Color #ca509d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 10011101
Octal 312 120 235
Decimal 202 80 157
Hex CA 50 9D

RGB Percentages of Color #ca509d

%46.01
%18.22
%35.76

CMYK Percentages of Color #ca509d

%0
%60
%22
%21

Triadic Colors of #ca509d

#ca509d #9dca50 #509dca

Analogous Colors of #ca509d

#ca509d #ca5060 #ba50ca

Monochromatic Colors of #ca509d

#ca509d

Complementary Color

#ca509d #50ca7d

#ca509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca509d Color CSS Codes

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

#ca509d Text Font Color

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

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


#ca509d Background Color

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

This div background color is #ca509d


#ca509d Border Color

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

This div border color is #ca509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca509d


Comments

No comments written yet.

Please login to write comment.