Color Hex Logo

#caabf7 Color Hex

#CAABF7
(202,171,247)
0 Favorites   0 Comments

Color spaces of #caabf7

RGB 202171247
HSL0.730.830.82
HSV264°31°97°
CMYK 0.180.310.00   0.03
XYZ55.708548.397894.4012
Yxy48.39780.28060.2438
Hunter Lab69.568521.1928-31.7558
CIE-Lab75.075125.8726-33.6820

#caabf7 color RGB value is (202,171,247).

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

The process color (four color CMYK) of #caabf7 color hex is 0.18, 0.31, 0.00, 0.03. Web safe color of #caabf7 is #cc99ff. Color #caabf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11110111
Octal 312 253 367
Decimal 202 171 247
Hex CA AB F7

RGB Percentages of Color #caabf7

%32.58
%27.58
%39.84

CMYK Percentages of Color #caabf7

%18
%31
%0
%3

Triadic Colors of #caabf7

#caabf7 #f7caab #abf7ca

Analogous Colors of #caabf7

#caabf7 #f0abf7 #abb2f7

Monochromatic Colors of #caabf7

#caabf7

Complementary Color

#caabf7 #d8f7ab

#caabf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabf7 Color CSS Codes

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

#caabf7 Text Font Color

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

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


#caabf7 Background Color

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

This div background color is #caabf7


#caabf7 Border Color

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

This div border color is #caabf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabf7


Comments

No comments written yet.

Please login to write comment.