Color Hex Logo

#caabfd Color Hex

#CAABFD
(202,171,253)
0 Favorites   0 Comments

Color spaces of #caabfd

RGB 202171253
HSL0.730.950.83
HSV263°32°99°
CMYK 0.200.320.00   0.01
XYZ56.649748.774299.3571
Yxy48.77420.27660.2382
Hunter Lab69.838522.5733-35.4631
CIE-Lab75.310627.2009-36.5565

#caabfd color RGB value is (202,171,253).

#caabfd hex color red value is 202, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #caabfd hue: 0.73 , saturation: 0.95 and the lightness value of caabfd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11111101
Octal 312 253 375
Decimal 202 171 253
Hex CA AB FD

RGB Percentages of Color #caabfd

%32.27
%27.32
%40.42

CMYK Percentages of Color #caabfd

%20
%32
%0
%1

Triadic Colors of #caabfd

#caabfd #fdcaab #abfdca

Analogous Colors of #caabfd

#caabfd #f3abfd #abb5fd

Monochromatic Colors of #caabfd

#caabfd

Complementary Color

#caabfd #defdab

#caabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabfd Color CSS Codes

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

#caabfd Text Font Color

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

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


#caabfd Background Color

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

This div background color is #caabfd


#caabfd Border Color

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

This div border color is #caabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabfd


Comments

No comments written yet.

Please login to write comment.