Color Hex Logo

#ca5efa Color Hex

#CA5EFA
(202,94,250)
0 Favorites   0 Comments

Color spaces of #ca5efa

RGB 20294250
HSL0.780.940.67
HSV282°62°98°
CMYK 0.190.620.00   0.02
XYZ45.615127.464193.3394
Yxy27.46410.27410.1650
Hunter Lab52.406263.6581-68.9156
CIE-Lab59.401566.4591-59.9879

#ca5efa color RGB value is (202,94,250).

#ca5efa hex color red value is 202, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ca5efa hue: 0.78 , saturation: 0.94 and the lightness value of ca5efa is 0.67.

The process color (four color CMYK) of #ca5efa color hex is 0.19, 0.62, 0.00, 0.02. Web safe color of #ca5efa is #cc66ff. Color #ca5efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 11111010
Octal 312 136 372
Decimal 202 94 250
Hex CA 5E FA

RGB Percentages of Color #ca5efa

%37.00
%17.22
%45.79

CMYK Percentages of Color #ca5efa

%19
%62
%0
%2

Triadic Colors of #ca5efa

#ca5efa #faca5e #5efaca

Analogous Colors of #ca5efa

#ca5efa #fa5edc #7c5efa

Monochromatic Colors of #ca5efa

#ca5efa

Complementary Color

#ca5efa #8efa5e

#ca5efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5efa Color CSS Codes

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

#ca5efa Text Font Color

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

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


#ca5efa Background Color

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

This div background color is #ca5efa


#ca5efa Border Color

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

This div border color is #ca5efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5efa

Related Colors


Comments

No comments written yet.

Please login to write comment.