Color Hex Logo

#cca1ef Color Hex

#CCA1EF
(204,161,239)
0 Favorites   0 Comments

Color spaces of #cca1ef

RGB 204161239
HSL0.760.710.78
HSV273°33°94°
CMYK 0.150.330.00   0.06
XYZ53.226744.559187.4568
Yxy44.55910.28730.2405
Hunter Lab66.752625.5140-30.9528
CIE-Lab72.600630.2303-33.1525

#cca1ef color RGB value is (204,161,239).

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

The process color (four color CMYK) of #cca1ef color hex is 0.15, 0.33, 0.00, 0.06. Web safe color of #cca1ef is #cc99ff. Color #cca1ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 11101111
Octal 314 241 357
Decimal 204 161 239
Hex CC A1 EF

RGB Percentages of Color #cca1ef

%33.77
%26.66
%39.57

CMYK Percentages of Color #cca1ef

%15
%33
%0
%6

Triadic Colors of #cca1ef

#cca1ef #efcca1 #a1efcc

Analogous Colors of #cca1ef

#cca1ef #efa1eb #a5a1ef

Monochromatic Colors of #cca1ef

#cca1ef

Complementary Color

#cca1ef #c4efa1

#cca1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1ef Color CSS Codes

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

#cca1ef Text Font Color

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

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


#cca1ef Background Color

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

This div background color is #cca1ef


#cca1ef Border Color

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

This div border color is #cca1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1ef


Comments

No comments written yet.

Please login to write comment.