Color Hex Logo

#ca74ab Color Hex

#CA74AB
(202,116,171)
0 Favorites   0 Comments

Color spaces of #ca74ab

RGB 202116171
HSL0.890.450.62
HSV322°43°79°
CMYK 0.000.430.15   0.21
XYZ37.953227.987641.9299
Yxy27.98760.35180.2595
Hunter Lab52.903335.4763-9.9595
CIE-Lab59.877541.1328-14.6839

#ca74ab color RGB value is (202,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 10101011
Octal 312 164 253
Decimal 202 116 171
Hex CA 74 AB

RGB Percentages of Color #ca74ab

%41.31
%23.72
%34.97

CMYK Percentages of Color #ca74ab

%0
%43
%15
%21

Triadic Colors of #ca74ab

#ca74ab #abca74 #74abca

Analogous Colors of #ca74ab

#ca74ab #ca7480 #be74ca

Monochromatic Colors of #ca74ab

#ca74ab

Complementary Color

#ca74ab #74ca93

#ca74ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca74ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca74ab Color CSS Codes

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

#ca74ab Text Font Color

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

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


#ca74ab Background Color

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

This div background color is #ca74ab


#ca74ab Border Color

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

This div border color is #ca74ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca74ab


Comments

No comments written yet.

Please login to write comment.