Color Hex Logo

#ca5ffe Color Hex

#CA5FFE
(202,95,254)
0 Favorites   0 Comments

Color spaces of #ca5ffe

RGB 20295254
HSL0.780.990.68
HSV280°63°100°
CMYK 0.200.630.00   0.00
XYZ46.338727.896796.7082
Yxy27.89670.27110.1632
Hunter Lab52.817364.1747-71.5875
CIE-Lab59.795366.8207-61.5676

#ca5ffe color RGB value is (202,95,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011111 11111110
Octal 312 137 376
Decimal 202 95 254
Hex CA 5F FE

RGB Percentages of Color #ca5ffe

%36.66
%17.24
%46.10

CMYK Percentages of Color #ca5ffe

%20
%63
%0
%0

Triadic Colors of #ca5ffe

#ca5ffe #feca5f #5ffeca

Analogous Colors of #ca5ffe

#ca5ffe #fe5fe3 #7b5ffe

Monochromatic Colors of #ca5ffe

#ca5ffe

Complementary Color

#ca5ffe #93fe5f

#ca5ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5ffe Color CSS Codes

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

#ca5ffe Text Font Color

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

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


#ca5ffe Background Color

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

This div background color is #ca5ffe


#ca5ffe Border Color

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

This div border color is #ca5ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5ffe


Comments

No comments written yet.

Please login to write comment.