Color Hex Logo

#ccb4fa Color Hex

#CCB4FA
(204,180,250)
0 Favorites   0 Comments

Color spaces of #ccb4fa

RGB 204180250
HSL0.720.880.84
HSV261°28°98°
CMYK 0.180.280.00   0.02
XYZ58.478452.382097.4711
Yxy52.38200.28070.2514
Hunter Lab72.375417.5687-29.1856
CIE-Lab77.508722.2064-31.5315

#ccb4fa color RGB value is (204,180,250).

#ccb4fa hex color red value is 204, green value is 180 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccb4fa hue: 0.72 , saturation: 0.88 and the lightness value of ccb4fa is 0.84.

The process color (four color CMYK) of #ccb4fa color hex is 0.18, 0.28, 0.00, 0.02. Web safe color of #ccb4fa is #ccccff. Color #ccb4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 11111010
Octal 314 264 372
Decimal 204 180 250
Hex CC B4 FA

RGB Percentages of Color #ccb4fa

%32.18
%28.39
%39.43

CMYK Percentages of Color #ccb4fa

%18
%28
%0
%2

Triadic Colors of #ccb4fa

#ccb4fa #faccb4 #b4facc

Analogous Colors of #ccb4fa

#ccb4fa #efb4fa #b4bffa

Monochromatic Colors of #ccb4fa

#ccb4fa

Complementary Color

#ccb4fa #e2fab4

#ccb4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4fa Color CSS Codes

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

#ccb4fa Text Font Color

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

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


#ccb4fa Background Color

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

This div background color is #ccb4fa


#ccb4fa Border Color

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

This div border color is #ccb4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.