Color Hex Logo

#ccb6fa Color Hex

#CCB6FA
(204,182,250)
0 Favorites   0 Comments

Color spaces of #ccb6fa

RGB 204182250
HSL0.720.870.85
HSV259°27°98°
CMYK 0.180.270.00   0.02
XYZ58.885153.195497.6066
Yxy53.19540.28080.2537
Hunter Lab72.935216.4776-28.2911
CIE-Lab77.990221.1144-30.7905

#ccb6fa color RGB value is (204,182,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 11111010
Octal 314 266 372
Decimal 204 182 250
Hex CC B6 FA

RGB Percentages of Color #ccb6fa

%32.08
%28.62
%39.31

CMYK Percentages of Color #ccb6fa

%18
%27
%0
%2

Triadic Colors of #ccb6fa

#ccb6fa #faccb6 #b6facc

Analogous Colors of #ccb6fa

#ccb6fa #eeb6fa #b6c2fa

Monochromatic Colors of #ccb6fa

#ccb6fa

Complementary Color

#ccb6fa #e4fab6

#ccb6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6fa Color CSS Codes

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

#ccb6fa Text Font Color

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

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


#ccb6fa Background Color

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

This div background color is #ccb6fa


#ccb6fa Border Color

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

This div border color is #ccb6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb6fa


Comments

No comments written yet.

Please login to write comment.