Color Hex Logo

#ca61da Color Hex

#CA61DA
(202,97,218)
0 Favorites   0 Comments

Color spaces of #ca61da

RGB 20297218
HSL0.810.620.62
HSV292°56°85°
CMYK 0.070.560.00   0.15
XYZ41.286726.167969.2045
Yxy26.16790.30210.1915
Hunter Lab51.154654.5463-44.4023
CIE-Lab58.196158.8591-44.0333

#ca61da color RGB value is (202,97,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 11011010
Octal 312 141 332
Decimal 202 97 218
Hex CA 61 DA

RGB Percentages of Color #ca61da

%39.07
%18.76
%42.17

CMYK Percentages of Color #ca61da

%7
%56
%0
%15

Triadic Colors of #ca61da

#ca61da #daca61 #61daca

Analogous Colors of #ca61da

#ca61da #da61ae #8e61da

Monochromatic Colors of #ca61da

#ca61da

Complementary Color

#ca61da #71da61

#ca61da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca61da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca61da Color CSS Codes

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

#ca61da Text Font Color

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

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


#ca61da Background Color

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

This div background color is #ca61da


#ca61da Border Color

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

This div border color is #ca61da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,97,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 #ca61da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca61da


Comments

No comments written yet.

Please login to write comment.