Color Hex Logo

#ca517a Color Hex

#CA517A
(202,81,122)
0 Favorites   0 Comments

Color spaces of #ca517a

RGB 20281122
HSL0.940.530.55
HSV340°60°79°
CMYK 0.000.600.40   0.21
XYZ30.812419.846620.6191
Yxy19.84660.43230.2784
Hunter Lab44.549545.49673.7432
CIE-Lab51.663351.82581.8103

#ca517a color RGB value is (202,81,122).

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

The process color (four color CMYK) of #ca517a color hex is 0.00, 0.60, 0.40, 0.21. Web safe color of #ca517a is #cc6666. Color #ca517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010001 01111010
Octal 312 121 172
Decimal 202 81 122
Hex CA 51 7A

RGB Percentages of Color #ca517a

%49.88
%20.00
%30.12

CMYK Percentages of Color #ca517a

%0
%60
%40
%21

Triadic Colors of #ca517a

#ca517a #7aca51 #517aca

Analogous Colors of #ca517a

#ca517a #ca6551 #ca51b7

Monochromatic Colors of #ca517a

#ca517a

Complementary Color

#ca517a #51caa1

#ca517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca517a Color CSS Codes

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

#ca517a Text Font Color

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

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


#ca517a Background Color

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

This div background color is #ca517a


#ca517a Border Color

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

This div border color is #ca517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca517a


Comments

No comments written yet.

Please login to write comment.