Color Hex Logo

#ca29ed Color Hex

#CA29ED
(202,41,237)
0 Favorites   0 Comments

Color spaces of #ca29ed

RGB 20241237
HSL0.800.840.55
HSV289°83°93°
CMYK 0.150.830.00   0.07
XYZ40.436120.256981.8995
Yxy20.25690.28360.1421
Hunter Lab45.007781.6058-76.3834
CIE-Lab52.126482.4028-64.4285

#ca29ed color RGB value is (202,41,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 11101101
Octal 312 51 355
Decimal 202 41 237
Hex CA 29 ED

RGB Percentages of Color #ca29ed

%42.08
%8.54
%49.38

CMYK Percentages of Color #ca29ed

%15
%83
%0
%7

Triadic Colors of #ca29ed

#ca29ed #edca29 #29edca

Analogous Colors of #ca29ed

#ca29ed #ed29ae #6829ed

Monochromatic Colors of #ca29ed

#ca29ed

Complementary Color

#ca29ed #4ced29

#ca29ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca29ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca29ed Color CSS Codes

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

#ca29ed Text Font Color

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

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


#ca29ed Background Color

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

This div background color is #ca29ed


#ca29ed Border Color

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

This div border color is #ca29ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca29ed


Comments

No comments written yet.

Please login to write comment.