Color Hex Logo

#ca21ed Color Hex

#CA21ED
(202,33,237)
0 Favorites   0 Comments

Color spaces of #ca21ed

RGB 20233237
HSL0.800.850.53
HSV290°86°93°
CMYK 0.150.860.00   0.07
XYZ40.187019.758781.8165
Yxy19.75870.28350.1394
Hunter Lab44.450883.5893-78.0142
CIE-Lab51.563384.0563-65.3380

#ca21ed color RGB value is (202,33,237).

#ca21ed hex color red value is 202, green value is 33 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca21ed hue: 0.80 , saturation: 0.85 and the lightness value of ca21ed is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100001 11101101
Octal 312 41 355
Decimal 202 33 237
Hex CA 21 ED

RGB Percentages of Color #ca21ed

%42.80
%6.99
%50.21

CMYK Percentages of Color #ca21ed

%15
%86
%0
%7

Triadic Colors of #ca21ed

#ca21ed #edca21 #21edca

Analogous Colors of #ca21ed

#ca21ed #ed21aa #6421ed

Monochromatic Colors of #ca21ed

#ca21ed

Complementary Color

#ca21ed #44ed21

#ca21ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca21ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca21ed Color CSS Codes

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

#ca21ed Text Font Color

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

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


#ca21ed Background Color

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

This div background color is #ca21ed


#ca21ed Border Color

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

This div border color is #ca21ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca21ed


Comments

No comments written yet.

Please login to write comment.