Color Hex Logo

#ca6977 Color Hex

#CA6977
(202,105,119)
0 Favorites   0 Comments

Color spaces of #ca6977

RGB 202105119
HSL0.980.480.60
HSV351°48°79°
CMYK 0.000.480.41   0.21
XYZ32.738523.991620.3581
Yxy23.99160.42470.3112
Hunter Lab48.981233.59039.6441
CIE-Lab56.079439.80399.9109

#ca6977 color RGB value is (202,105,119).

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

The process color (four color CMYK) of #ca6977 color hex is 0.00, 0.48, 0.41, 0.21. Web safe color of #ca6977 is #cc6666. Color #ca6977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01110111
Octal 312 151 167
Decimal 202 105 119
Hex CA 69 77

RGB Percentages of Color #ca6977

%47.42
%24.65
%27.93

CMYK Percentages of Color #ca6977

%0
%48
%41
%21

Triadic Colors of #ca6977

#ca6977 #77ca69 #6977ca

Analogous Colors of #ca6977

#ca6977 #ca8c69 #ca69a8

Monochromatic Colors of #ca6977

#ca6977

Complementary Color

#ca6977 #69cabc

#ca6977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6977 Color CSS Codes

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

#ca6977 Text Font Color

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

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


#ca6977 Background Color

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

This div background color is #ca6977


#ca6977 Border Color

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

This div border color is #ca6977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6977


Comments

No comments written yet.

Please login to write comment.