Color Hex Logo

#ca96fe Color Hex

#CA96FE
(202,150,254)
1 Favorites   0 Comments

Color spaces of #ca96fe

RGB 202150254
HSL0.750.980.79
HSV270°41°100°
CMYK 0.200.410.00   0.00
XYZ53.152941.525098.9796
Yxy41.52500.27450.2144
Hunter Lab64.439934.4649-45.9614
CIE-Lab70.542238.9123-44.5320

#ca96fe color RGB value is (202,150,254).

#ca96fe hex color red value is 202, green value is 150 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ca96fe hue: 0.75 , saturation: 0.98 and the lightness value of ca96fe is 0.79.

The process color (four color CMYK) of #ca96fe color hex is 0.20, 0.41, 0.00, 0.00. Web safe color of #ca96fe is #cc99ff. Color #ca96fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 11111110
Octal 312 226 376
Decimal 202 150 254
Hex CA 96 FE

RGB Percentages of Color #ca96fe

%33.33
%24.75
%41.91

CMYK Percentages of Color #ca96fe

%20
%41
%0
%0

Triadic Colors of #ca96fe

#ca96fe #feca96 #96feca

Analogous Colors of #ca96fe

#ca96fe #fe96fe #9696fe

Monochromatic Colors of #ca96fe

#ca96fe

Complementary Color

#ca96fe #cafe96

#ca96fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca96fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca96fe Color CSS Codes

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

#ca96fe Text Font Color

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

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


#ca96fe Background Color

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

This div background color is #ca96fe


#ca96fe Border Color

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

This div border color is #ca96fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca96fe


Comments

No comments written yet.

Please login to write comment.