Color Hex Logo

#cfaff6 Color Hex

#CFAFF6
(207,175,246)
0 Favorites   0 Comments

Color spaces of #cfaff6

RGB 207175246
HSL0.740.800.83
HSV267°29°96°
CMYK 0.160.290.00   0.04
XYZ57.696750.579293.9106
Yxy50.57920.28540.2502
Hunter Lab71.119120.3532-28.5073
CIE-Lab76.423424.9810-31.0265

#cfaff6 color RGB value is (207,175,246).

#cfaff6 hex color red value is 207, green value is 175 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #cfaff6 hue: 0.74 , saturation: 0.80 and the lightness value of cfaff6 is 0.83.

The process color (four color CMYK) of #cfaff6 color hex is 0.16, 0.29, 0.00, 0.04. Web safe color of #cfaff6 is #cc99ff. Color #cfaff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 11110110
Octal 317 257 366
Decimal 207 175 246
Hex CF AF F6

RGB Percentages of Color #cfaff6

%32.96
%27.87
%39.17

CMYK Percentages of Color #cfaff6

%16
%29
%0
%4

Triadic Colors of #cfaff6

#cfaff6 #f6cfaf #aff6cf

Analogous Colors of #cfaff6

#cfaff6 #f3aff6 #afb3f6

Monochromatic Colors of #cfaff6

#cfaff6

Complementary Color

#cfaff6 #d6f6af

#cfaff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaff6 Color CSS Codes

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

#cfaff6 Text Font Color

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

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


#cfaff6 Background Color

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

This div background color is #cfaff6


#cfaff6 Border Color

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

This div border color is #cfaff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaff6


Comments

No comments written yet.

Please login to write comment.