Color Hex Logo

#cfa4ec Color Hex

#CFA4EC
(207,164,236)
0 Favorites   0 Comments

Color spaces of #cfa4ec

RGB 207164236
HSL0.770.650.78
HSV276°31°93°
CMYK 0.120.310.00   0.07
XYZ54.147945.872485.3572
Yxy45.87240.29210.2475
Hunter Lab67.729224.1806-27.3111
CIE-Lab73.462728.8786-30.1664

#cfa4ec color RGB value is (207,164,236).

#cfa4ec hex color red value is 207, green value is 164 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfa4ec hue: 0.77 , saturation: 0.65 and the lightness value of cfa4ec is 0.78.

The process color (four color CMYK) of #cfa4ec color hex is 0.12, 0.31, 0.00, 0.07. Web safe color of #cfa4ec is #cc99ff. Color #cfa4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 11101100
Octal 317 244 354
Decimal 207 164 236
Hex CF A4 EC

RGB Percentages of Color #cfa4ec

%34.10
%27.02
%38.88

CMYK Percentages of Color #cfa4ec

%12
%31
%0
%7

Triadic Colors of #cfa4ec

#cfa4ec #eccfa4 #a4eccf

Analogous Colors of #cfa4ec

#cfa4ec #eca4e5 #aba4ec

Monochromatic Colors of #cfa4ec

#cfa4ec

Complementary Color

#cfa4ec #c1eca4

#cfa4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa4ec Color CSS Codes

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

#cfa4ec Text Font Color

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

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


#cfa4ec Background Color

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

This div background color is #cfa4ec


#cfa4ec Border Color

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

This div border color is #cfa4ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,164,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfa4ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfa4ec;
  -webkit-box-shadow: 1px 1px 3px 2px #cfa4ec;
  box-shadow:         1px 1px 3px 2px #cfa4ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,164,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa4ec


Comments

No comments written yet.

Please login to write comment.