Color Hex Logo

#ca9bfb Color Hex

#CA9BFB
(202,155,251)
0 Favorites   0 Comments

Color spaces of #ca9bfb

RGB 202155251
HSL0.750.920.80
HSV269°38°98°
CMYK 0.200.380.00   0.02
XYZ53.491142.964396.7404
Yxy42.96430.27690.2224
Hunter Lab65.547230.9610-41.6225
CIE-Lab71.530735.5231-41.3554

#ca9bfb color RGB value is (202,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 11111011
Octal 312 233 373
Decimal 202 155 251
Hex CA 9B FB

RGB Percentages of Color #ca9bfb

%33.22
%25.49
%41.28

CMYK Percentages of Color #ca9bfb

%20
%38
%0
%2

Triadic Colors of #ca9bfb

#ca9bfb #fbca9b #9bfbca

Analogous Colors of #ca9bfb

#ca9bfb #fa9bfb #9b9cfb

Monochromatic Colors of #ca9bfb

#ca9bfb

Complementary Color

#ca9bfb #ccfb9b

#ca9bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bfb Color CSS Codes

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

#ca9bfb Text Font Color

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

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


#ca9bfb Background Color

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

This div background color is #ca9bfb


#ca9bfb Border Color

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

This div border color is #ca9bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bfb


Comments

No comments written yet.

Please login to write comment.