Color Hex Logo

#ca5efd Color Hex

#CA5EFD
(202,94,253)
0 Favorites   0 Comments

Color spaces of #ca5efd

RGB 20294253
HSL0.780.980.68
HSV281°63°99°
CMYK 0.200.630.00   0.01
XYZ46.089427.653895.8370
Yxy27.65380.27180.1631
Hunter Lab52.586964.4180-71.2423
CIE-Lab59.574767.0647-61.3689

#ca5efd color RGB value is (202,94,253).

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

The process color (four color CMYK) of #ca5efd color hex is 0.20, 0.63, 0.00, 0.01. Web safe color of #ca5efd is #cc66ff. Color #ca5efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 11111101
Octal 312 136 375
Decimal 202 94 253
Hex CA 5E FD

RGB Percentages of Color #ca5efd

%36.79
%17.12
%46.08

CMYK Percentages of Color #ca5efd

%20
%63
%0
%1

Triadic Colors of #ca5efd

#ca5efd #fdca5e #5efdca

Analogous Colors of #ca5efd

#ca5efd #fd5ee1 #7b5efd

Monochromatic Colors of #ca5efd

#ca5efd

Complementary Color

#ca5efd #91fd5e

#ca5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5efd Color CSS Codes

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

#ca5efd Text Font Color

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

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


#ca5efd Background Color

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

This div background color is #ca5efd


#ca5efd Border Color

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

This div border color is #ca5efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5efd

Related Colors


Comments

No comments written yet.

Please login to write comment.