Color Hex Logo

#cca0fd Color Hex

#CCA0FD
(204,160,253)
0 Favorites   0 Comments

Color spaces of #cca0fd

RGB 204160253
HSL0.750.960.81
HSV268°37°99°
CMYK 0.190.370.00   0.01
XYZ55.202345.070898.7186
Yxy45.07080.27740.2265
Hunter Lab67.134829.2877-40.1888
CIE-Lab72.938533.8111-40.2300

#cca0fd color RGB value is (204,160,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 11111101
Octal 314 240 375
Decimal 204 160 253
Hex CC A0 FD

RGB Percentages of Color #cca0fd

%33.06
%25.93
%41.00

CMYK Percentages of Color #cca0fd

%19
%37
%0
%1

Triadic Colors of #cca0fd

#cca0fd #fdcca0 #a0fdcc

Analogous Colors of #cca0fd

#cca0fd #fba0fd #a0a3fd

Monochromatic Colors of #cca0fd

#cca0fd

Complementary Color

#cca0fd #d1fda0

#cca0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca0fd Color CSS Codes

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

#cca0fd Text Font Color

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

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


#cca0fd Background Color

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

This div background color is #cca0fd


#cca0fd Border Color

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

This div border color is #cca0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca0fd


Comments

No comments written yet.

Please login to write comment.