Color Hex Logo

#ca49eb Color Hex

#CA49EB
(202,73,235)
0 Favorites   0 Comments

Color spaces of #ca49eb

RGB 20273235
HSL0.800.800.60
HSV288°69°92°
CMYK 0.140.690.00   0.08
XYZ41.735123.319880.8988
Yxy23.31980.28590.1598
Hunter Lab48.290669.7600-65.5222
CIE-Lab55.400272.2761-58.0402

#ca49eb color RGB value is (202,73,235).

#ca49eb hex color red value is 202, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca49eb hue: 0.80 , saturation: 0.80 and the lightness value of ca49eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 11101011
Octal 312 111 353
Decimal 202 73 235
Hex CA 49 EB

RGB Percentages of Color #ca49eb

%39.61
%14.31
%46.08

CMYK Percentages of Color #ca49eb

%14
%69
%0
%8

Triadic Colors of #ca49eb

#ca49eb #ebca49 #49ebca

Analogous Colors of #ca49eb

#ca49eb #eb49bb #7949eb

Monochromatic Colors of #ca49eb

#ca49eb

Complementary Color

#ca49eb #6aeb49

#ca49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca49eb Color CSS Codes

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

#ca49eb Text Font Color

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

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


#ca49eb Background Color

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

This div background color is #ca49eb


#ca49eb Border Color

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

This div border color is #ca49eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca49eb


Comments

No comments written yet.

Please login to write comment.