Color Hex Logo

#cf2ade Color Hex

#CF2ADE
(207,42,222)
0 Favorites   0 Comments

Color spaces of #cf2ade

RGB 20742222
HSL0.820.730.52
HSV295°81°87°
CMYK 0.070.810.00   0.13
XYZ39.744920.195370.9105
Yxy20.19530.30370.1543
Hunter Lab44.939279.2246-62.0975
CIE-Lab52.057380.5457-56.0190

#cf2ade color RGB value is (207,42,222).

#cf2ade hex color red value is 207, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cf2ade hue: 0.82 , saturation: 0.73 and the lightness value of cf2ade is 0.52.

The process color (four color CMYK) of #cf2ade color hex is 0.07, 0.81, 0.00, 0.13. Web safe color of #cf2ade is #cc33cc. Color #cf2ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101010 11011110
Octal 317 52 336
Decimal 207 42 222
Hex CF 2A DE

RGB Percentages of Color #cf2ade

%43.95
%8.92
%47.13

CMYK Percentages of Color #cf2ade

%7
%81
%0
%13

Triadic Colors of #cf2ade

#cf2ade #decf2a #2adecf

Analogous Colors of #cf2ade

#cf2ade #de2a93 #752ade

Monochromatic Colors of #cf2ade

#cf2ade

Complementary Color

#cf2ade #39de2a

#cf2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf2ade Color CSS Codes

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

#cf2ade Text Font Color

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

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


#cf2ade Background Color

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

This div background color is #cf2ade


#cf2ade Border Color

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

This div border color is #cf2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf2ade


Comments

No comments written yet.

Please login to write comment.