Color Hex Logo

#ca679a Color Hex

#CA679A
(202,103,154)
0 Favorites   0 Comments

Color spaces of #ca679a

RGB 202103154
HSL0.910.480.60
HSV329°49°79°
CMYK 0.000.490.24   0.21
XYZ35.040124.590133.4714
Yxy24.59010.37640.2641
Hunter Lab49.588439.3517-5.3079
CIE-Lab56.673845.2698-9.6798

#ca679a color RGB value is (202,103,154).

#ca679a hex color red value is 202, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ca679a hue: 0.91 , saturation: 0.48 and the lightness value of ca679a is 0.60.

The process color (four color CMYK) of #ca679a color hex is 0.00, 0.49, 0.24, 0.21. Web safe color of #ca679a is #cc6699. Color #ca679a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 10011010
Octal 312 147 232
Decimal 202 103 154
Hex CA 67 9A

RGB Percentages of Color #ca679a

%44.01
%22.44
%33.55

CMYK Percentages of Color #ca679a

%0
%49
%24
%21

Triadic Colors of #ca679a

#ca679a #9aca67 #679aca

Analogous Colors of #ca679a

#ca679a #ca6769 #c967ca

Monochromatic Colors of #ca679a

#ca679a

Complementary Color

#ca679a #67ca97

#ca679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca679a Color CSS Codes

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

#ca679a Text Font Color

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

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


#ca679a Background Color

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

This div background color is #ca679a


#ca679a Border Color

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

This div border color is #ca679a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca679a


Comments

No comments written yet.

Please login to write comment.