Color Hex Logo

#ca55ea Color Hex

#CA55EA
(202,85,234)
0 Favorites   0 Comments

Color spaces of #ca55ea

RGB 20285234
HSL0.800.780.63
HSV287°64°92°
CMYK 0.140.640.00   0.08
XYZ42.456924.994180.4285
Yxy24.99410.28710.1690
Hunter Lab49.994164.0993-60.3875
CIE-Lab57.069767.2585-54.8101

#ca55ea color RGB value is (202,85,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 11101010
Octal 312 125 352
Decimal 202 85 234
Hex CA 55 EA

RGB Percentages of Color #ca55ea

%38.77
%16.31
%44.91

CMYK Percentages of Color #ca55ea

%14
%64
%0
%8

Triadic Colors of #ca55ea

#ca55ea #eaca55 #55eaca

Analogous Colors of #ca55ea

#ca55ea #ea55c0 #8055ea

Monochromatic Colors of #ca55ea

#ca55ea

Complementary Color

#ca55ea #75ea55

#ca55ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55ea Color CSS Codes

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

#ca55ea Text Font Color

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

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


#ca55ea Background Color

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

This div background color is #ca55ea


#ca55ea Border Color

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

This div border color is #ca55ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55ea


Comments

No comments written yet.

Please login to write comment.