Color Hex Logo

#ca6abb Color Hex

#CA6ABB
(202,106,187)
0 Favorites   0 Comments

Color spaces of #ca6abb

RGB 202106187
HSL0.860.480.60
HSV309°48°79°
CMYK 0.000.480.07   0.21
XYZ38.480826.452550.0914
Yxy26.45250.33450.2300
Hunter Lab51.432043.5456-21.7422
CIE-Lab58.464148.9235-26.0079

#ca6abb color RGB value is (202,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101010 10111011
Octal 312 152 273
Decimal 202 106 187
Hex CA 6A BB

RGB Percentages of Color #ca6abb

%40.81
%21.41
%37.78

CMYK Percentages of Color #ca6abb

%0
%48
%7
%21

Triadic Colors of #ca6abb

#ca6abb #bbca6a #6abbca

Analogous Colors of #ca6abb

#ca6abb #ca6a8b #a96aca

Monochromatic Colors of #ca6abb

#ca6abb

Complementary Color

#ca6abb #6aca79

#ca6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6abb Color CSS Codes

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

#ca6abb Text Font Color

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

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


#ca6abb Background Color

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

This div background color is #ca6abb


#ca6abb Border Color

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

This div border color is #ca6abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6abb


Comments

No comments written yet.

Please login to write comment.