Color Hex Logo

#cf6ade Color Hex

#CF6ADE
(207,106,222)
0 Favorites   0 Comments

Color spaces of #cf6ade

RGB 207106222
HSL0.810.640.64
HSV292°52°87°
CMYK 0.070.520.00   0.13
XYZ44.071028.847472.3525
Yxy28.84740.30340.1986
Hunter Lab53.709852.4742-42.2728
CIE-Lab60.646756.6237-42.3769

#cf6ade color RGB value is (207,106,222).

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

The process color (four color CMYK) of #cf6ade color hex is 0.07, 0.52, 0.00, 0.13. Web safe color of #cf6ade is #cc66cc. Color #cf6ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101010 11011110
Octal 317 152 336
Decimal 207 106 222
Hex CF 6A DE

RGB Percentages of Color #cf6ade

%38.69
%19.81
%41.50

CMYK Percentages of Color #cf6ade

%7
%52
%0
%13

Triadic Colors of #cf6ade

#cf6ade #decf6a #6adecf

Analogous Colors of #cf6ade

#cf6ade #de6ab3 #956ade

Monochromatic Colors of #cf6ade

#cf6ade

Complementary Color

#cf6ade #79de6a

#cf6ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6ade Color CSS Codes

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

#cf6ade Text Font Color

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

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


#cf6ade Background Color

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

This div background color is #cf6ade


#cf6ade Border Color

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

This div border color is #cf6ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6ade


Comments

No comments written yet.

Please login to write comment.