Color Hex Logo

#ca7dac Color Hex

#CA7DAC
(202,125,172)
0 Favorites   0 Comments

Color spaces of #ca7dac

RGB 202125172
HSL0.900.420.64
HSV323°38°79°
CMYK 0.000.380.15   0.21
XYZ39.137130.202342.7966
Yxy30.20230.34900.2693
Hunter Lab54.956630.9439-7.7015
CIE-Lab61.828436.5133-12.3161

#ca7dac color RGB value is (202,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111101 10101100
Octal 312 175 254
Decimal 202 125 172
Hex CA 7D AC

RGB Percentages of Color #ca7dac

%40.48
%25.05
%34.47

CMYK Percentages of Color #ca7dac

%0
%38
%15
%21

Triadic Colors of #ca7dac

#ca7dac #acca7d #7dacca

Analogous Colors of #ca7dac

#ca7dac #ca7d86 #c27dca

Monochromatic Colors of #ca7dac

#ca7dac

Complementary Color

#ca7dac #7dca9b

#ca7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7dac Color CSS Codes

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

#ca7dac Text Font Color

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

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


#ca7dac Background Color

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

This div background color is #ca7dac


#ca7dac Border Color

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

This div border color is #ca7dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,125,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 #ca7dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7dac


Comments

No comments written yet.

Please login to write comment.