Color Hex Logo

#cf7ade Color Hex

#CF7ADE
(207,122,222)
0 Favorites   0 Comments

Color spaces of #cf7ade

RGB 207122222
HSL0.810.600.67
HSV291°45°87°
CMYK 0.070.450.00   0.13
XYZ45.876532.458472.9544
Yxy32.45840.30320.2145
Hunter Lab56.972344.0343-36.0417
CIE-Lab63.720048.5913-37.5608

#cf7ade color RGB value is (207,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111010 11011110
Octal 317 172 336
Decimal 207 122 222
Hex CF 7A DE

RGB Percentages of Color #cf7ade

%37.57
%22.14
%40.29

CMYK Percentages of Color #cf7ade

%7
%45
%0
%13

Triadic Colors of #cf7ade

#cf7ade #decf7a #7adecf

Analogous Colors of #cf7ade

#cf7ade #de7abb #9d7ade

Monochromatic Colors of #cf7ade

#cf7ade

Complementary Color

#cf7ade #89de7a

#cf7ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7ade Color CSS Codes

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

#cf7ade Text Font Color

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

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


#cf7ade Background Color

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

This div background color is #cf7ade


#cf7ade Border Color

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

This div border color is #cf7ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7ade


Comments

No comments written yet.

Please login to write comment.