Color Hex Logo

#ccabfb Color Hex

#CCABFB
(204,171,251)
0 Favorites   0 Comments

Color spaces of #ccabfb

RGB 204171251
HSL0.740.910.83
HSV265°32°98°
CMYK 0.190.320.00   0.02
XYZ56.877348.928297.7131
Yxy48.92820.27950.2404
Hunter Lab69.948722.7333-33.8596
CIE-Lab75.406627.3499-35.3151

#ccabfb color RGB value is (204,171,251).

#ccabfb hex color red value is 204, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccabfb hue: 0.74 , saturation: 0.91 and the lightness value of ccabfb is 0.83.

The process color (four color CMYK) of #ccabfb color hex is 0.19, 0.32, 0.00, 0.02. Web safe color of #ccabfb is #cc99ff. Color #ccabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11111011
Octal 314 253 373
Decimal 204 171 251
Hex CC AB FB

RGB Percentages of Color #ccabfb

%32.59
%27.32
%40.10

CMYK Percentages of Color #ccabfb

%19
%32
%0
%2

Triadic Colors of #ccabfb

#ccabfb #fbccab #abfbcc

Analogous Colors of #ccabfb

#ccabfb #f4abfb #abb2fb

Monochromatic Colors of #ccabfb

#ccabfb

Complementary Color

#ccabfb #dafbab

#ccabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabfb Color CSS Codes

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

#ccabfb Text Font Color

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

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


#ccabfb Background Color

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

This div background color is #ccabfb


#ccabfb Border Color

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

This div border color is #ccabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabfb

Related Colors


Comments

No comments written yet.

Please login to write comment.