Color Hex Logo

#ca61ea Color Hex

#CA61EA
(202,97,234)
0 Favorites   0 Comments

Color spaces of #ca61ea

RGB 20297234
HSL0.790.770.65
HSV286°59°92°
CMYK 0.140.590.00   0.08
XYZ43.483127.046580.7706
Yxy27.04650.28740.1788
Hunter Lab52.006258.2352-55.6786
CIE-Lab59.017361.9184-51.7080

#ca61ea color RGB value is (202,97,234).

#ca61ea hex color red value is 202, green value is 97 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca61ea hue: 0.79 , saturation: 0.77 and the lightness value of ca61ea is 0.65.

The process color (four color CMYK) of #ca61ea color hex is 0.14, 0.59, 0.00, 0.08. Web safe color of #ca61ea is #cc66ff. Color #ca61ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 11101010
Octal 312 141 352
Decimal 202 97 234
Hex CA 61 EA

RGB Percentages of Color #ca61ea

%37.90
%18.20
%43.90

CMYK Percentages of Color #ca61ea

%14
%59
%0
%8

Triadic Colors of #ca61ea

#ca61ea #eaca61 #61eaca

Analogous Colors of #ca61ea

#ca61ea #ea61c6 #8661ea

Monochromatic Colors of #ca61ea

#ca61ea

Complementary Color

#ca61ea #81ea61

#ca61ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca61ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca61ea Color CSS Codes

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

#ca61ea Text Font Color

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

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


#ca61ea Background Color

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

This div background color is #ca61ea


#ca61ea Border Color

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

This div border color is #ca61ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca61ea


Comments

No comments written yet.

Please login to write comment.