Color Hex Logo

#ca7eac Color Hex

#CA7EAC
(202,126,172)
0 Favorites   0 Comments

Color spaces of #ca7eac

RGB 202126172
HSL0.900.420.64
HSV324°38°79°
CMYK 0.000.380.15   0.21
XYZ39.264430.456842.8390
Yxy30.45680.34880.2706
Hunter Lab55.187730.4190-7.3920
CIE-Lab62.046435.9765-11.9886

#ca7eac color RGB value is (202,126,172).

#ca7eac hex color red value is 202, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ca7eac hue: 0.90 , saturation: 0.42 and the lightness value of ca7eac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 10101100
Octal 312 176 254
Decimal 202 126 172
Hex CA 7E AC

RGB Percentages of Color #ca7eac

%40.40
%25.20
%34.40

CMYK Percentages of Color #ca7eac

%0
%38
%15
%21

Triadic Colors of #ca7eac

#ca7eac #acca7e #7eacca

Analogous Colors of #ca7eac

#ca7eac #ca7e86 #c27eca

Monochromatic Colors of #ca7eac

#ca7eac

Complementary Color

#ca7eac #7eca9c

#ca7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7eac Color CSS Codes

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

#ca7eac Text Font Color

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

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


#ca7eac Background Color

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

This div background color is #ca7eac


#ca7eac Border Color

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

This div border color is #ca7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7eac


Comments

No comments written yet.

Please login to write comment.