Color Hex Logo

#cc94fa Color Hex

#CC94FA
(204,148,250)
0 Favorites   0 Comments

Color spaces of #cc94fa

RGB 204148250
HSL0.760.910.78
HSV273°41°98°
CMYK 0.180.410.00   0.02
XYZ52.747140.919395.5606
Yxy40.91930.27880.2162
Hunter Lab63.968235.2438-43.7942
CIE-Lab70.119339.6839-43.0040

#cc94fa color RGB value is (204,148,250).

#cc94fa hex color red value is 204, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cc94fa hue: 0.76 , saturation: 0.91 and the lightness value of cc94fa is 0.78.

The process color (four color CMYK) of #cc94fa color hex is 0.18, 0.41, 0.00, 0.02. Web safe color of #cc94fa is #cc99ff. Color #cc94fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 11111010
Octal 314 224 372
Decimal 204 148 250
Hex CC 94 FA

RGB Percentages of Color #cc94fa

%33.89
%24.58
%41.53

CMYK Percentages of Color #cc94fa

%18
%41
%0
%2

Triadic Colors of #cc94fa

#cc94fa #facc94 #94facc

Analogous Colors of #cc94fa

#cc94fa #fa94f5 #9994fa

Monochromatic Colors of #cc94fa

#cc94fa

Complementary Color

#cc94fa #c2fa94

#cc94fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc94fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc94fa Color CSS Codes

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

#cc94fa Text Font Color

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

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


#cc94fa Background Color

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

This div background color is #cc94fa


#cc94fa Border Color

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

This div border color is #cc94fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc94fa

Related Colors

#cc94fa Color Palettes


Comments

No comments written yet.

Please login to write comment.