Color Hex Logo

#ca9efb Color Hex

#CA9EFB
(202,158,251)
0 Favorites   0 Comments

Color spaces of #ca9efb

RGB 202158251
HSL0.750.920.80
HSV268°37°98°
CMYK 0.200.370.00   0.02
XYZ53.996643.975396.9089
Yxy43.97530.27710.2257
Hunter Lab66.313929.2958-40.2247
CIE-Lab72.212033.8830-40.2924

#ca9efb color RGB value is (202,158,251).

#ca9efb hex color red value is 202, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ca9efb hue: 0.75 , saturation: 0.92 and the lightness value of ca9efb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011110 11111011
Octal 312 236 373
Decimal 202 158 251
Hex CA 9E FB

RGB Percentages of Color #ca9efb

%33.06
%25.86
%41.08

CMYK Percentages of Color #ca9efb

%20
%37
%0
%2

Triadic Colors of #ca9efb

#ca9efb #fbca9e #9efbca

Analogous Colors of #ca9efb

#ca9efb #f99efb #9ea1fb

Monochromatic Colors of #ca9efb

#ca9efb

Complementary Color

#ca9efb #cffb9e

#ca9efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9efb Color CSS Codes

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

#ca9efb Text Font Color

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

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


#ca9efb Background Color

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

This div background color is #ca9efb


#ca9efb Border Color

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

This div border color is #ca9efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9efb


Comments

No comments written yet.

Please login to write comment.