Color Hex Logo

#ca768f Color Hex

#CA768F
(202,118,143)
0 Favorites   0 Comments

Color spaces of #ca768f

RGB 202118143
HSL0.950.440.63
HSV342°42°79°
CMYK 0.000.420.29   0.21
XYZ35.793527.496629.4075
Yxy27.49660.38610.2966
Hunter Lab52.437230.07853.4554
CIE-Lab59.431235.93600.7744

#ca768f color RGB value is (202,118,143).

#ca768f hex color red value is 202, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ca768f hue: 0.95 , saturation: 0.44 and the lightness value of ca768f is 0.63.

The process color (four color CMYK) of #ca768f color hex is 0.00, 0.42, 0.29, 0.21. Web safe color of #ca768f is #cc6699. Color #ca768f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 10001111
Octal 312 166 217
Decimal 202 118 143
Hex CA 76 8F

RGB Percentages of Color #ca768f

%43.63
%25.49
%30.89

CMYK Percentages of Color #ca768f

%0
%42
%29
%21

Triadic Colors of #ca768f

#ca768f #8fca76 #768fca

Analogous Colors of #ca768f

#ca768f #ca8776 #ca76b9

Monochromatic Colors of #ca768f

#ca768f

Complementary Color

#ca768f #76cab1

#ca768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca768f Color CSS Codes

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

#ca768f Text Font Color

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

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


#ca768f Background Color

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

This div background color is #ca768f


#ca768f Border Color

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

This div border color is #ca768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca768f


Comments

No comments written yet.

Please login to write comment.