Color Hex Logo

#ca679e Color Hex

#CA679E
(202,103,158)
0 Favorites   0 Comments

Color spaces of #ca679e

RGB 202103158
HSL0.910.480.60
HSV327°49°79°
CMYK 0.000.490.22   0.21
XYZ35.378924.725735.2556
Yxy24.72570.37100.2593
Hunter Lab49.724939.9827-7.2299
CIE-Lab56.807245.8469-11.8069

#ca679e color RGB value is (202,103,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 10011110
Octal 312 147 236
Decimal 202 103 158
Hex CA 67 9E

RGB Percentages of Color #ca679e

%43.63
%22.25
%34.13

CMYK Percentages of Color #ca679e

%0
%49
%22
%21

Triadic Colors of #ca679e

#ca679e #9eca67 #679eca

Analogous Colors of #ca679e

#ca679e #ca676d #c567ca

Monochromatic Colors of #ca679e

#ca679e

Complementary Color

#ca679e #67ca93

#ca679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca679e Color CSS Codes

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

#ca679e Text Font Color

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

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


#ca679e Background Color

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

This div background color is #ca679e


#ca679e Border Color

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

This div border color is #ca679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca679e


Comments

No comments written yet.

Please login to write comment.