Color Hex Logo

#ca24ee Color Hex

#CA24EE
(202,36,238)
0 Favorites   0 Comments

Color spaces of #ca24ee

RGB 20236238
HSL0.800.860.54
HSV289°85°93°
CMYK 0.150.850.00   0.07
XYZ40.420619.991482.6172
Yxy19.99140.28260.1398
Hunter Lab44.711783.1232-78.2563
CIE-Lab51.827583.6433-65.4737

#ca24ee color RGB value is (202,36,238).

#ca24ee hex color red value is 202, green value is 36 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ca24ee hue: 0.80 , saturation: 0.86 and the lightness value of ca24ee is 0.54.

The process color (four color CMYK) of #ca24ee color hex is 0.15, 0.85, 0.00, 0.07. Web safe color of #ca24ee is #cc33ff. Color #ca24ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100100 11101110
Octal 312 44 356
Decimal 202 36 238
Hex CA 24 EE

RGB Percentages of Color #ca24ee

%42.44
%7.56
%50.00

CMYK Percentages of Color #ca24ee

%15
%85
%0
%7

Triadic Colors of #ca24ee

#ca24ee #eeca24 #24eeca

Analogous Colors of #ca24ee

#ca24ee #ee24ad #6524ee

Monochromatic Colors of #ca24ee

#ca24ee

Complementary Color

#ca24ee #48ee24

#ca24ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca24ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca24ee Color CSS Codes

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

#ca24ee Text Font Color

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

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


#ca24ee Background Color

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

This div background color is #ca24ee


#ca24ee Border Color

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

This div border color is #ca24ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca24ee


Comments

No comments written yet.

Please login to write comment.