Color Hex Logo

#ca73eb Color Hex

#CA73EB
(202,115,235)
0 Favorites   0 Comments

Color spaces of #ca73eb

RGB 202115235
HSL0.790.750.69
HSV284°51°92°
CMYK 0.140.510.00   0.08
XYZ45.483330.816282.1481
Yxy30.81620.28710.1945
Hunter Lab55.512349.1050-48.8797
CIE-Lab62.352253.3632-46.9818

#ca73eb color RGB value is (202,115,235).

#ca73eb hex color red value is 202, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca73eb hue: 0.79 , saturation: 0.75 and the lightness value of ca73eb is 0.69.

The process color (four color CMYK) of #ca73eb color hex is 0.14, 0.51, 0.00, 0.08. Web safe color of #ca73eb is #cc66ff. Color #ca73eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110011 11101011
Octal 312 163 353
Decimal 202 115 235
Hex CA 73 EB

RGB Percentages of Color #ca73eb

%36.59
%20.83
%42.57

CMYK Percentages of Color #ca73eb

%14
%51
%0
%8

Triadic Colors of #ca73eb

#ca73eb #ebca73 #73ebca

Analogous Colors of #ca73eb

#ca73eb #eb73d0 #8e73eb

Monochromatic Colors of #ca73eb

#ca73eb

Complementary Color

#ca73eb #94eb73

#ca73eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca73eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca73eb Color CSS Codes

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

#ca73eb Text Font Color

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

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


#ca73eb Background Color

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

This div background color is #ca73eb


#ca73eb Border Color

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

This div border color is #ca73eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca73eb


Comments

No comments written yet.

Please login to write comment.