Color Hex Logo

#cf6aef Color Hex

#CF6AEF
(207,106,239)
0 Favorites   0 Comments

Color spaces of #cf6aef

RGB 207106239
HSL0.790.810.68
HSV286°56°94°
CMYK 0.130.560.00   0.06
XYZ46.466129.805584.9653
Yxy29.80550.28820.1849
Hunter Lab54.594456.3837-54.0570
CIE-Lab61.486059.8933-50.5331

#cf6aef color RGB value is (207,106,239).

#cf6aef hex color red value is 207, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf6aef hue: 0.79 , saturation: 0.81 and the lightness value of cf6aef is 0.68.

The process color (four color CMYK) of #cf6aef color hex is 0.13, 0.56, 0.00, 0.06. Web safe color of #cf6aef is #cc66ff. Color #cf6aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101010 11101111
Octal 317 152 357
Decimal 207 106 239
Hex CF 6A EF

RGB Percentages of Color #cf6aef

%37.50
%19.20
%43.30

CMYK Percentages of Color #cf6aef

%13
%56
%0
%6

Triadic Colors of #cf6aef

#cf6aef #efcf6a #6aefcf

Analogous Colors of #cf6aef

#cf6aef #ef6acd #8d6aef

Monochromatic Colors of #cf6aef

#cf6aef

Complementary Color

#cf6aef #8aef6a

#cf6aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6aef Color CSS Codes

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

#cf6aef Text Font Color

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

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


#cf6aef Background Color

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

This div background color is #cf6aef


#cf6aef Border Color

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

This div border color is #cf6aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6aef


Comments

No comments written yet.

Please login to write comment.