Color Hex Logo

#cf6aea Color Hex

#CF6AEA
(207,106,234)
0 Favorites   0 Comments

Color spaces of #cf6aea

RGB 207106234
HSL0.800.750.67
HSV287°55°92°
CMYK 0.120.550.00   0.08
XYZ45.737429.514081.1280
Yxy29.51400.29250.1887
Hunter Lab54.326855.2062-50.5110
CIE-Lab61.232658.9158-48.1553

#cf6aea color RGB value is (207,106,234).

#cf6aea hex color red value is 207, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cf6aea hue: 0.80 , saturation: 0.75 and the lightness value of cf6aea is 0.67.

The process color (four color CMYK) of #cf6aea color hex is 0.12, 0.55, 0.00, 0.08. Web safe color of #cf6aea is #cc66ff. Color #cf6aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101010 11101010
Octal 317 152 352
Decimal 207 106 234
Hex CF 6A EA

RGB Percentages of Color #cf6aea

%37.84
%19.38
%42.78

CMYK Percentages of Color #cf6aea

%12
%55
%0
%8

Triadic Colors of #cf6aea

#cf6aea #eacf6a #6aeacf

Analogous Colors of #cf6aea

#cf6aea #ea6ac5 #8f6aea

Monochromatic Colors of #cf6aea

#cf6aea

Complementary Color

#cf6aea #85ea6a

#cf6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6aea Color CSS Codes

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

#cf6aea Text Font Color

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

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


#cf6aea Background Color

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

This div background color is #cf6aea


#cf6aea Border Color

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

This div border color is #cf6aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6aea


Comments

No comments written yet.

Please login to write comment.