Color Hex Logo

#cface2 Color Hex

#CFACE2
(207,172,226)
0 Favorites   0 Comments

Color spaces of #cface2

RGB 207172226
HSL0.770.480.78
HSV279°24°89°
CMYK 0.080.240.00   0.11
XYZ54.212148.261478.4096
Yxy48.26140.29970.2668
Hunter Lab69.470417.7214-18.2899
CIE-Lab74.989522.4611-22.3883

#cface2 color RGB value is (207,172,226).

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

The process color (four color CMYK) of #cface2 color hex is 0.08, 0.24, 0.00, 0.11. Web safe color of #cface2 is #cc99cc. Color #cface2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 11100010
Octal 317 254 342
Decimal 207 172 226
Hex CF AC E2

RGB Percentages of Color #cface2

%34.21
%28.43
%37.36

CMYK Percentages of Color #cface2

%8
%24
%0
%11

Triadic Colors of #cface2

#cface2 #e2cfac #ace2cf

Analogous Colors of #cface2

#cface2 #e2acda #b4ace2

Monochromatic Colors of #cface2

#cface2

Complementary Color

#cface2 #bfe2ac

#cface2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cface2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cface2 Color CSS Codes

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

#cface2 Text Font Color

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

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


#cface2 Background Color

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

This div background color is #cface2


#cface2 Border Color

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

This div border color is #cface2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cface2


Comments

No comments written yet.

Please login to write comment.