Color Hex Logo

#ca25ea Color Hex

#CA25EA
(202,37,234)
0 Favorites   0 Comments

Color spaces of #ca25ea

RGB 20237234
HSL0.810.820.53
HSV290°84°92°
CMYK 0.140.840.00   0.08
XYZ39.870019.820279.5662
Yxy19.82020.28630.1423
Hunter Lab44.519981.9468-74.7995
CIE-Lab51.633382.7651-63.5347

#ca25ea color RGB value is (202,37,234).

#ca25ea hex color red value is 202, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca25ea hue: 0.81 , saturation: 0.82 and the lightness value of ca25ea is 0.53.

The process color (four color CMYK) of #ca25ea color hex is 0.14, 0.84, 0.00, 0.08. Web safe color of #ca25ea is #cc33ff. Color #ca25ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100101 11101010
Octal 312 45 352
Decimal 202 37 234
Hex CA 25 EA

RGB Percentages of Color #ca25ea

%42.71
%7.82
%49.47

CMYK Percentages of Color #ca25ea

%14
%84
%0
%8

Triadic Colors of #ca25ea

#ca25ea #eaca25 #25eaca

Analogous Colors of #ca25ea

#ca25ea #ea25a8 #6825ea

Monochromatic Colors of #ca25ea

#ca25ea

Complementary Color

#ca25ea #45ea25

#ca25ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca25ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca25ea Color CSS Codes

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

#ca25ea Text Font Color

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

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


#ca25ea Background Color

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

This div background color is #ca25ea


#ca25ea Border Color

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

This div border color is #ca25ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca25ea


Comments

No comments written yet.

Please login to write comment.