Color Hex Logo

#ca6aba Color Hex

#CA6ABA
(202,106,186)
0 Favorites   0 Comments

Color spaces of #ca6aba

RGB 202106186
HSL0.860.480.60
HSV310°48°79°
CMYK 0.000.480.08   0.21
XYZ38.374126.409849.5294
Yxy26.40980.33570.2310
Hunter Lab51.390543.3555-21.1695
CIE-Lab58.424048.7541-25.4974

#ca6aba color RGB value is (202,106,186).

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

The process color (four color CMYK) of #ca6aba color hex is 0.00, 0.48, 0.08, 0.21. Web safe color of #ca6aba is #cc66cc. Color #ca6aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101010 10111010
Octal 312 152 272
Decimal 202 106 186
Hex CA 6A BA

RGB Percentages of Color #ca6aba

%40.89
%21.46
%37.65

CMYK Percentages of Color #ca6aba

%0
%48
%8
%21

Triadic Colors of #ca6aba

#ca6aba #baca6a #6abaca

Analogous Colors of #ca6aba

#ca6aba #ca6a8a #aa6aca

Monochromatic Colors of #ca6aba

#ca6aba

Complementary Color

#ca6aba #6aca7a

#ca6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6aba Color CSS Codes

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

#ca6aba Text Font Color

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

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


#ca6aba Background Color

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

This div background color is #ca6aba


#ca6aba Border Color

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

This div border color is #ca6aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6aba


Comments

No comments written yet.

Please login to write comment.