Color Hex Logo

#ca9feb Color Hex

#CA9FEB
(202,159,235)
0 Favorites   0 Comments

Color spaces of #ca9feb

RGB 202159235
HSL0.760.660.77
HSV274°32°92°
CMYK 0.140.320.00   0.08
XYZ51.750743.351084.2373
Yxy43.35100.28860.2417
Hunter Lab65.841525.0765-29.7663
CIE-Lab71.792629.8680-32.2358

#ca9feb color RGB value is (202,159,235).

#ca9feb hex color red value is 202, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca9feb hue: 0.76 , saturation: 0.66 and the lightness value of ca9feb is 0.77.

The process color (four color CMYK) of #ca9feb color hex is 0.14, 0.32, 0.00, 0.08. Web safe color of #ca9feb is #cc99ff. Color #ca9feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011111 11101011
Octal 312 237 353
Decimal 202 159 235
Hex CA 9F EB

RGB Percentages of Color #ca9feb

%33.89
%26.68
%39.43

CMYK Percentages of Color #ca9feb

%14
%32
%0
%8

Triadic Colors of #ca9feb

#ca9feb #ebca9f #9febca

Analogous Colors of #ca9feb

#ca9feb #eb9fe6 #a49feb

Monochromatic Colors of #ca9feb

#ca9feb

Complementary Color

#ca9feb #c0eb9f

#ca9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9feb Color CSS Codes

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

#ca9feb Text Font Color

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

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


#ca9feb Background Color

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

This div background color is #ca9feb


#ca9feb Border Color

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

This div border color is #ca9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9feb


Comments

No comments written yet.

Please login to write comment.