Color Hex Logo

#ccabfd Color Hex

#CCABFD
(204,171,253)
0 Favorites   0 Comments

Color spaces of #ccabfd

RGB 204171253
HSL0.730.950.83
HSV264°32°99°
CMYK 0.190.320.00   0.01
XYZ57.194449.055099.3826
Yxy49.05500.27810.2386
Hunter Lab70.039323.1952-35.1024
CIE-Lab75.485527.7914-36.2715

#ccabfd color RGB value is (204,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11111101
Octal 314 253 375
Decimal 204 171 253
Hex CC AB FD

RGB Percentages of Color #ccabfd

%32.48
%27.23
%40.29

CMYK Percentages of Color #ccabfd

%19
%32
%0
%1

Triadic Colors of #ccabfd

#ccabfd #fdccab #abfdcc

Analogous Colors of #ccabfd

#ccabfd #f5abfd #abb3fd

Monochromatic Colors of #ccabfd

#ccabfd

Complementary Color

#ccabfd #dcfdab

#ccabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabfd Color CSS Codes

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

#ccabfd Text Font Color

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

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


#ccabfd Background Color

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

This div background color is #ccabfd


#ccabfd Border Color

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

This div border color is #ccabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabfd

Related Colors


Comments

No comments written yet.

Please login to write comment.