Color Hex Logo

#ca508a Color Hex

#CA508A
(202,80,138)
0 Favorites   0 Comments

Color spaces of #ca508a

RGB 20280138
HSL0.920.540.55
HSV331°60°79°
CMYK 0.000.600.32   0.21
XYZ31.813220.128926.2533
Yxy20.12890.40680.2574
Hunter Lab44.865248.0572-3.2884
CIE-Lab51.982654.1287-7.2700

#ca508a color RGB value is (202,80,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 10001010
Octal 312 120 212
Decimal 202 80 138
Hex CA 50 8A

RGB Percentages of Color #ca508a

%48.10
%19.05
%32.86

CMYK Percentages of Color #ca508a

%0
%60
%32
%21

Triadic Colors of #ca508a

#ca508a #8aca50 #508aca

Analogous Colors of #ca508a

#ca508a #ca5350 #ca50c7

Monochromatic Colors of #ca508a

#ca508a

Complementary Color

#ca508a #50ca90

#ca508a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca508a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca508a Color CSS Codes

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

#ca508a Text Font Color

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

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


#ca508a Background Color

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

This div background color is #ca508a


#ca508a Border Color

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

This div border color is #ca508a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca508a


Comments

No comments written yet.

Please login to write comment.