Color Hex Logo

#ca7fae Color Hex

#CA7FAE
(202,127,174)
0 Favorites   0 Comments

Color spaces of #ca7fae

RGB 202127174
HSL0.900.410.65
HSV322°37°79°
CMYK 0.000.370.14   0.21
XYZ39.586530.791343.9013
Yxy30.79130.34640.2694
Hunter Lab55.489930.2346-8.0648
CIE-Lab62.331135.7649-12.6993

#ca7fae color RGB value is (202,127,174).

#ca7fae hex color red value is 202, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ca7fae hue: 0.90 , saturation: 0.41 and the lightness value of ca7fae is 0.65.

The process color (four color CMYK) of #ca7fae color hex is 0.00, 0.37, 0.14, 0.21. Web safe color of #ca7fae is #cc6699. Color #ca7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111111 10101110
Octal 312 177 256
Decimal 202 127 174
Hex CA 7F AE

RGB Percentages of Color #ca7fae

%40.16
%25.25
%34.59

CMYK Percentages of Color #ca7fae

%0
%37
%14
%21

Triadic Colors of #ca7fae

#ca7fae #aeca7f #7faeca

Analogous Colors of #ca7fae

#ca7fae #ca7f89 #c17fca

Monochromatic Colors of #ca7fae

#ca7fae

Complementary Color

#ca7fae #7fca9b

#ca7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7fae Color CSS Codes

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

#ca7fae Text Font Color

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

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


#ca7fae Background Color

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

This div background color is #ca7fae


#ca7fae Border Color

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

This div border color is #ca7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7fae


Comments

No comments written yet.

Please login to write comment.