Color Hex Logo

#ca60da Color Hex

#CA60DA
(202,96,218)
0 Favorites   0 Comments

Color spaces of #ca60da

RGB 20296218
HSL0.810.620.62
HSV292°56°85°
CMYK 0.070.560.00   0.15
XYZ41.194925.984369.1739
Yxy25.98430.30210.1906
Hunter Lab50.974855.0475-44.7755
CIE-Lab58.022159.3279-44.3079

#ca60da color RGB value is (202,96,218).

#ca60da hex color red value is 202, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ca60da hue: 0.81 , saturation: 0.62 and the lightness value of ca60da is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 11011010
Octal 312 140 332
Decimal 202 96 218
Hex CA 60 DA

RGB Percentages of Color #ca60da

%39.15
%18.60
%42.25

CMYK Percentages of Color #ca60da

%7
%56
%0
%15

Triadic Colors of #ca60da

#ca60da #daca60 #60daca

Analogous Colors of #ca60da

#ca60da #da60ad #8d60da

Monochromatic Colors of #ca60da

#ca60da

Complementary Color

#ca60da #70da60

#ca60da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca60da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca60da Color CSS Codes

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

#ca60da Text Font Color

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

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


#ca60da Background Color

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

This div background color is #ca60da


#ca60da Border Color

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

This div border color is #ca60da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca60da


Comments

No comments written yet.

Please login to write comment.