Color Hex Logo

#ca659e Color Hex

#CA659E
(202,101,158)
0 Favorites   0 Comments

Color spaces of #ca659e

RGB 202101158
HSL0.910.490.59
HSV326°50°79°
CMYK 0.000.500.22   0.21
XYZ35.182424.332535.1901
Yxy24.33250.37150.2569
Hunter Lab49.328040.9883-7.7673
CIE-Lab56.419246.8522-12.3908

#ca659e color RGB value is (202,101,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100101 10011110
Octal 312 145 236
Decimal 202 101 158
Hex CA 65 9E

RGB Percentages of Color #ca659e

%43.82
%21.91
%34.27

CMYK Percentages of Color #ca659e

%0
%50
%22
%21

Triadic Colors of #ca659e

#ca659e #9eca65 #659eca

Analogous Colors of #ca659e

#ca659e #ca656c #c465ca

Monochromatic Colors of #ca659e

#ca659e

Complementary Color

#ca659e #65ca91

#ca659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca659e Color CSS Codes

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

#ca659e Text Font Color

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

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


#ca659e Background Color

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

This div background color is #ca659e


#ca659e Border Color

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

This div border color is #ca659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca659e


Comments

No comments written yet.

Please login to write comment.