Color Hex Logo

#ca89ff Color Hex

#CA89FF
(202,137,255)
0 Favorites   0 Comments

Color spaces of #ca89ff

RGB 202137255
HSL0.761.000.77
HSV273°46°100°
CMYK 0.210.460.00   0.00
XYZ51.352837.667999.1718
Yxy37.66790.27290.2002
Hunter Lab61.374241.9491-52.8421
CIE-Lab67.775146.1354-49.4281

#ca89ff color RGB value is (202,137,255).

#ca89ff hex color red value is 202, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca89ff hue: 0.76 , saturation: 1.00 and the lightness value of ca89ff is 0.77.

The process color (four color CMYK) of #ca89ff color hex is 0.21, 0.46, 0.00, 0.00. Web safe color of #ca89ff is #cc99ff. Color #ca89ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 11111111
Octal 312 211 377
Decimal 202 137 255
Hex CA 89 FF

RGB Percentages of Color #ca89ff

%34.01
%23.06
%42.93

CMYK Percentages of Color #ca89ff

%21
%46
%0
%0

Triadic Colors of #ca89ff

#ca89ff #ffca89 #89ffca

Analogous Colors of #ca89ff

#ca89ff #ff89f9 #8f89ff

Monochromatic Colors of #ca89ff

#ca89ff

Complementary Color

#ca89ff #beff89

#ca89ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca89ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca89ff Color CSS Codes

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

#ca89ff Text Font Color

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

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


#ca89ff Background Color

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

This div background color is #ca89ff


#ca89ff Border Color

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

This div border color is #ca89ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca89ff

#ca89ff Color Palettes


Comments

No comments written yet.

Please login to write comment.