Color Hex Logo

#ca9bff Color Hex

#CA9BFF
(202,155,255)
0 Favorites   0 Comments

Color spaces of #ca9bff

RGB 202155255
HSL0.751.000.80
HSV268°39°100°
CMYK 0.210.390.00   0.00
XYZ54.128543.2192100.0970
Yxy43.21920.27410.2189
Hunter Lab65.741331.9217-44.2554
CIE-Lab71.703536.4117-43.2561

#ca9bff color RGB value is (202,155,255).

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

The process color (four color CMYK) of #ca9bff color hex is 0.21, 0.39, 0.00, 0.00. Web safe color of #ca9bff is #cc99ff. Color #ca9bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 11111111
Octal 312 233 377
Decimal 202 155 255
Hex CA 9B FF

RGB Percentages of Color #ca9bff

%33.01
%25.33
%41.67

CMYK Percentages of Color #ca9bff

%21
%39
%0
%0

Triadic Colors of #ca9bff

#ca9bff #ffca9b #9bffca

Analogous Colors of #ca9bff

#ca9bff #fc9bff #9b9eff

Monochromatic Colors of #ca9bff

#ca9bff

Complementary Color

#ca9bff #d0ff9b

#ca9bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bff Color CSS Codes

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

#ca9bff Text Font Color

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

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


#ca9bff Background Color

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

This div background color is #ca9bff


#ca9bff Border Color

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

This div border color is #ca9bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bff

Related Colors


Comments

No comments written yet.

Please login to write comment.