Color Hex Logo

#ca7491 Color Hex

#CA7491
(202,116,145)
0 Favorites   0 Comments

Color spaces of #ca7491

RGB 202116145
HSL0.940.450.62
HSV340°43°79°
CMYK 0.000.430.28   0.21
XYZ35.713327.091730.1350
Yxy27.09170.38430.2915
Hunter Lab52.049731.38882.1079
CIE-Lab59.059137.2699-0.9245

#ca7491 color RGB value is (202,116,145).

#ca7491 hex color red value is 202, green value is 116 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ca7491 hue: 0.94 , saturation: 0.45 and the lightness value of ca7491 is 0.62.

The process color (four color CMYK) of #ca7491 color hex is 0.00, 0.43, 0.28, 0.21. Web safe color of #ca7491 is #cc6699. Color #ca7491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 10010001
Octal 312 164 221
Decimal 202 116 145
Hex CA 74 91

RGB Percentages of Color #ca7491

%43.63
%25.05
%31.32

CMYK Percentages of Color #ca7491

%0
%43
%28
%21

Triadic Colors of #ca7491

#ca7491 #91ca74 #7491ca

Analogous Colors of #ca7491

#ca7491 #ca8274 #ca74bc

Monochromatic Colors of #ca7491

#ca7491

Complementary Color

#ca7491 #74caad

#ca7491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7491 Color CSS Codes

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

#ca7491 Text Font Color

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

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


#ca7491 Background Color

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

This div background color is #ca7491


#ca7491 Border Color

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

This div border color is #ca7491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7491


Comments

No comments written yet.

Please login to write comment.