Color Hex Logo

#ccc6fa Color Hex

#CCC6FA
(204,198,250)
0 Favorites   0 Comments

Color spaces of #ccc6fa

RGB 204198250
HSL0.690.840.88
HSV247°21°98°
CMYK 0.180.210.00   0.02
XYZ62.351260.127798.7620
Yxy60.12770.28180.2718
Hunter Lab77.54217.8324-21.2357
CIE-Lab81.907612.4337-24.7944

#ccc6fa color RGB value is (204,198,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 11111010
Octal 314 306 372
Decimal 204 198 250
Hex CC C6 FA

RGB Percentages of Color #ccc6fa

%31.29
%30.37
%38.34

CMYK Percentages of Color #ccc6fa

%18
%21
%0
%2

Triadic Colors of #ccc6fa

#ccc6fa #faccc6 #c6facc

Analogous Colors of #ccc6fa

#ccc6fa #e6c6fa #c6dafa

Monochromatic Colors of #ccc6fa

#ccc6fa

Complementary Color

#ccc6fa #f4fac6

#ccc6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc6fa Color CSS Codes

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

#ccc6fa Text Font Color

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

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


#ccc6fa Background Color

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

This div background color is #ccc6fa


#ccc6fa Border Color

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

This div border color is #ccc6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc6fa


Comments

No comments written yet.

Please login to write comment.