Color Hex Logo

#ccabf0 Color Hex

#CCABF0
(204,171,240)
0 Favorites   0 Comments

Color spaces of #ccabf0

RGB 204171240
HSL0.750.700.81
HSV269°29°94°
CMYK 0.150.290.00   0.06
XYZ55.192948.254588.8431
Yxy48.25450.28700.2509
Hunter Lab69.465520.2604-27.2033
CIE-Lab74.985224.9655-30.0184

#ccabf0 color RGB value is (204,171,240).

#ccabf0 hex color red value is 204, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ccabf0 hue: 0.75 , saturation: 0.70 and the lightness value of ccabf0 is 0.81.

The process color (four color CMYK) of #ccabf0 color hex is 0.15, 0.29, 0.00, 0.06. Web safe color of #ccabf0 is #cc99ff. Color #ccabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11110000
Octal 314 253 360
Decimal 204 171 240
Hex CC AB F0

RGB Percentages of Color #ccabf0

%33.17
%27.80
%39.02

CMYK Percentages of Color #ccabf0

%15
%29
%0
%6

Triadic Colors of #ccabf0

#ccabf0 #f0ccab #abf0cc

Analogous Colors of #ccabf0

#ccabf0 #efabf0 #abadf0

Monochromatic Colors of #ccabf0

#ccabf0

Complementary Color

#ccabf0 #cff0ab

#ccabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabf0 Color CSS Codes

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

#ccabf0 Text Font Color

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

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


#ccabf0 Background Color

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

This div background color is #ccabf0


#ccabf0 Border Color

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

This div border color is #ccabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabf0

#ccabf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.