Color Hex Logo

#ca59d3 Color Hex

#CA59D3
(202,89,211)
0 Favorites   0 Comments

Color spaces of #ca59d3

RGB 20289211
HSL0.820.580.59
HSV296°58°83°
CMYK 0.040.580.00   0.17
XYZ39.687424.404564.2468
Yxy24.40450.30920.1902
Hunter Lab49.400956.9506-42.5271
CIE-Lab56.490561.2566-42.7655

#ca59d3 color RGB value is (202,89,211).

#ca59d3 hex color red value is 202, green value is 89 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ca59d3 hue: 0.82 , saturation: 0.58 and the lightness value of ca59d3 is 0.59.

The process color (four color CMYK) of #ca59d3 color hex is 0.04, 0.58, 0.00, 0.17. Web safe color of #ca59d3 is #cc66cc. Color #ca59d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 11010011
Octal 312 131 323
Decimal 202 89 211
Hex CA 59 D3

RGB Percentages of Color #ca59d3

%40.24
%17.73
%42.03

CMYK Percentages of Color #ca59d3

%4
%58
%0
%17

Triadic Colors of #ca59d3

#ca59d3 #d3ca59 #59d3ca

Analogous Colors of #ca59d3

#ca59d3 #d3599f #8d59d3

Monochromatic Colors of #ca59d3

#ca59d3

Complementary Color

#ca59d3 #62d359

#ca59d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca59d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca59d3 Color CSS Codes

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

#ca59d3 Text Font Color

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

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


#ca59d3 Background Color

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

This div background color is #ca59d3


#ca59d3 Border Color

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

This div border color is #ca59d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca59d3


Comments

No comments written yet.

Please login to write comment.