Color Hex Logo

#cca0fe Color Hex

#CCA0FE
(204,160,254)
0 Favorites   0 Comments

Color spaces of #cca0fe

RGB 204160254
HSL0.740.980.81
HSV268°37°100°
CMYK 0.200.370.00   0.00
XYZ55.362045.134799.5599
Yxy45.13470.27670.2256
Hunter Lab67.182429.5248-40.8363
CIE-Lab72.980534.0319-40.7059

#cca0fe color RGB value is (204,160,254).

#cca0fe hex color red value is 204, green value is 160 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cca0fe hue: 0.74 , saturation: 0.98 and the lightness value of cca0fe is 0.81.

The process color (four color CMYK) of #cca0fe color hex is 0.20, 0.37, 0.00, 0.00. Web safe color of #cca0fe is #cc99ff. Color #cca0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 11111110
Octal 314 240 376
Decimal 204 160 254
Hex CC A0 FE

RGB Percentages of Color #cca0fe

%33.01
%25.89
%41.10

CMYK Percentages of Color #cca0fe

%20
%37
%0
%0

Triadic Colors of #cca0fe

#cca0fe #fecca0 #a0fecc

Analogous Colors of #cca0fe

#cca0fe #fba0fe #a0a3fe

Monochromatic Colors of #cca0fe

#cca0fe

Complementary Color

#cca0fe #d2fea0

#cca0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca0fe Color CSS Codes

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

#cca0fe Text Font Color

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

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


#cca0fe Background Color

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

This div background color is #cca0fe


#cca0fe Border Color

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

This div border color is #cca0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.