Color Hex Logo

#cca7fa Color Hex

#CCA7FA
(204,167,250)
0 Favorites   0 Comments

Color spaces of #cca7fa

RGB 204167250
HSL0.740.890.82
HSV267°33°98°
CMYK 0.180.330.00   0.02
XYZ55.975947.376996.6369
Yxy47.37690.27990.2369
Hunter Lab68.830924.7090-35.0601
CIE-Lab74.430229.3210-36.2877

#cca7fa color RGB value is (204,167,250).

#cca7fa hex color red value is 204, green value is 167 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cca7fa hue: 0.74 , saturation: 0.89 and the lightness value of cca7fa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 11111010
Octal 314 247 372
Decimal 204 167 250
Hex CC A7 FA

RGB Percentages of Color #cca7fa

%32.85
%26.89
%40.26

CMYK Percentages of Color #cca7fa

%18
%33
%0
%2

Triadic Colors of #cca7fa

#cca7fa #facca7 #a7facc

Analogous Colors of #cca7fa

#cca7fa #f6a7fa #a7acfa

Monochromatic Colors of #cca7fa

#cca7fa

Complementary Color

#cca7fa #d5faa7

#cca7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca7fa Color CSS Codes

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

#cca7fa Text Font Color

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

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


#cca7fa Background Color

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

This div background color is #cca7fa


#cca7fa Border Color

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

This div border color is #cca7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca7fa


Comments

No comments written yet.

Please login to write comment.