Color Hex Logo

#ca6eab Color Hex

#CA6EAB
(202,110,171)
0 Favorites   0 Comments

Color spaces of #ca6eab

RGB 202110171
HSL0.890.460.61
HSV320°46°79°
CMYK 0.000.460.15   0.21
XYZ37.283726.648741.7067
Yxy26.64870.35290.2523
Hunter Lab51.622438.5805-11.7659
CIE-Lab58.647744.2558-16.5456

#ca6eab color RGB value is (202,110,171).

#ca6eab hex color red value is 202, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca6eab hue: 0.89 , saturation: 0.46 and the lightness value of ca6eab is 0.61.

The process color (four color CMYK) of #ca6eab color hex is 0.00, 0.46, 0.15, 0.21. Web safe color of #ca6eab is #cc6699. Color #ca6eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 10101011
Octal 312 156 253
Decimal 202 110 171
Hex CA 6E AB

RGB Percentages of Color #ca6eab

%41.82
%22.77
%35.40

CMYK Percentages of Color #ca6eab

%0
%46
%15
%21

Triadic Colors of #ca6eab

#ca6eab #abca6e #6eabca

Analogous Colors of #ca6eab

#ca6eab #ca6e7d #bb6eca

Monochromatic Colors of #ca6eab

#ca6eab

Complementary Color

#ca6eab #6eca8d

#ca6eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6eab Color CSS Codes

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

#ca6eab Text Font Color

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

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


#ca6eab Background Color

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

This div background color is #ca6eab


#ca6eab Border Color

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

This div border color is #ca6eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6eab


Comments

No comments written yet.

Please login to write comment.