Color Hex Logo

#cf63df Color Hex

#CF63DF
(207,99,223)
0 Favorites   0 Comments

Color spaces of #cf63df

RGB 20799223
HSL0.810.660.63
HSV292°56°87°
CMYK 0.070.560.00   0.13
XYZ43.513227.516872.8299
Yxy27.51680.30250.1913
Hunter Lab52.456556.2689-45.5980
CIE-Lab59.449760.1438-44.8238

#cf63df color RGB value is (207,99,223).

#cf63df hex color red value is 207, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cf63df hue: 0.81 , saturation: 0.66 and the lightness value of cf63df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100011 11011111
Octal 317 143 337
Decimal 207 99 223
Hex CF 63 DF

RGB Percentages of Color #cf63df

%39.13
%18.71
%42.16

CMYK Percentages of Color #cf63df

%7
%56
%0
%13

Triadic Colors of #cf63df

#cf63df #dfcf63 #63dfcf

Analogous Colors of #cf63df

#cf63df #df63b1 #9163df

Monochromatic Colors of #cf63df

#cf63df

Complementary Color

#cf63df #73df63

#cf63df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf63df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf63df Color CSS Codes

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

#cf63df Text Font Color

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

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


#cf63df Background Color

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

This div background color is #cf63df


#cf63df Border Color

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

This div border color is #cf63df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf63df


Comments

No comments written yet.

Please login to write comment.