Color Hex Logo

#ca56eb Color Hex

#CA56EB
(202,86,235)
0 Favorites   0 Comments

Color spaces of #ca56eb

RGB 20286235
HSL0.800.790.63
HSV287°63°92°
CMYK 0.140.630.00   0.08
XYZ42.680325.210381.2138
Yxy25.21030.28620.1691
Hunter Lab50.209963.8646-60.7539
CIE-Lab57.279867.0222-55.0344

#ca56eb color RGB value is (202,86,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 11101011
Octal 312 126 353
Decimal 202 86 235
Hex CA 56 EB

RGB Percentages of Color #ca56eb

%38.62
%16.44
%44.93

CMYK Percentages of Color #ca56eb

%14
%63
%0
%8

Triadic Colors of #ca56eb

#ca56eb #ebca56 #56ebca

Analogous Colors of #ca56eb

#ca56eb #eb56c2 #8056eb

Monochromatic Colors of #ca56eb

#ca56eb

Complementary Color

#ca56eb #77eb56

#ca56eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca56eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca56eb Color CSS Codes

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

#ca56eb Text Font Color

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

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


#ca56eb Background Color

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

This div background color is #ca56eb


#ca56eb Border Color

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

This div border color is #ca56eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca56eb


Comments

No comments written yet.

Please login to write comment.