Color Hex Logo

#ca59cb Color Hex

#CA59CB
(202,89,203)
0 Favorites   0 Comments

Color spaces of #ca59cb

RGB 20289203
HSL0.830.520.57
HSV299°56°80°
CMYK 0.000.560.00   0.20
XYZ38.709024.013159.0947
Yxy24.01310.31780.1971
Hunter Lab49.003255.2467-37.1978
CIE-Lab56.100959.8394-38.8277

#ca59cb color RGB value is (202,89,203).

#ca59cb hex color red value is 202, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ca59cb hue: 0.83 , saturation: 0.52 and the lightness value of ca59cb is 0.57.

The process color (four color CMYK) of #ca59cb color hex is 0.00, 0.56, 0.00, 0.20. Web safe color of #ca59cb is #cc66cc. Color #ca59cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 11001011
Octal 312 131 313
Decimal 202 89 203
Hex CA 59 CB

RGB Percentages of Color #ca59cb

%40.89
%18.02
%41.09

CMYK Percentages of Color #ca59cb

%0
%56
%0
%20

Triadic Colors of #ca59cb

#ca59cb #cbca59 #59cbca

Analogous Colors of #ca59cb

#ca59cb #cb5993 #9159cb

Monochromatic Colors of #ca59cb

#ca59cb

Complementary Color

#ca59cb #5acb59

#ca59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca59cb Color CSS Codes

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

#ca59cb Text Font Color

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

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


#ca59cb Background Color

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

This div background color is #ca59cb


#ca59cb Border Color

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

This div border color is #ca59cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca59cb


Comments

No comments written yet.

Please login to write comment.