Color Hex Logo

#ca698a Color Hex

#CA698A
(202,105,138)
0 Favorites   0 Comments

Color spaces of #ca698a

RGB 202105138
HSL0.940.480.60
HSV340°48°79°
CMYK 0.000.480.32   0.21
XYZ33.996124.494726.9809
Yxy24.49470.39770.2866
Hunter Lab49.492136.00032.3222
CIE-Lab56.579742.0789-0.4835

#ca698a color RGB value is (202,105,138).

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

The process color (four color CMYK) of #ca698a color hex is 0.00, 0.48, 0.32, 0.21. Web safe color of #ca698a is #cc6699. Color #ca698a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 10001010
Octal 312 151 212
Decimal 202 105 138
Hex CA 69 8A

RGB Percentages of Color #ca698a

%45.39
%23.60
%31.01

CMYK Percentages of Color #ca698a

%0
%48
%32
%21

Triadic Colors of #ca698a

#ca698a #8aca69 #698aca

Analogous Colors of #ca698a

#ca698a #ca7969 #ca69bb

Monochromatic Colors of #ca698a

#ca698a

Complementary Color

#ca698a #69caa9

#ca698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca698a Color CSS Codes

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

#ca698a Text Font Color

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

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


#ca698a Background Color

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

This div background color is #ca698a


#ca698a Border Color

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

This div border color is #ca698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca698a


Comments

No comments written yet.

Please login to write comment.