Color Hex Logo

#cf06fa Color Hex

#CF06FA
(207,6,250)
0 Favorites   0 Comments

Color spaces of #cf06fa

RGB 2076250
HSL0.800.960.50
HSV289°98°98°
CMYK 0.170.980.00   0.02
XYZ43.052620.297892.0912
Yxy20.29780.27700.1306
Hunter Lab45.053191.7312-89.6552
CIE-Lab52.172390.1474-71.6013

#cf06fa color RGB value is (207,6,250).

#cf06fa hex color red value is 207, green value is 6 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cf06fa hue: 0.80 , saturation: 0.96 and the lightness value of cf06fa is 0.50.

The process color (four color CMYK) of #cf06fa color hex is 0.17, 0.98, 0.00, 0.02. Web safe color of #cf06fa is #cc00ff. Color #cf06fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 11111010
Octal 317 6 372
Decimal 207 6 250
Hex CF 6 FA

RGB Percentages of Color #cf06fa

%44.71
%1.30
%54.00

CMYK Percentages of Color #cf06fa

%17
%98
%0
%2

Triadic Colors of #cf06fa

#cf06fa #facf06 #06facf

Analogous Colors of #cf06fa

#cf06fa #fa06ab #5506fa

Monochromatic Colors of #cf06fa

#cf06fa

Complementary Color

#cf06fa #31fa06

#cf06fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf06fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf06fa Color CSS Codes

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

#cf06fa Text Font Color

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

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


#cf06fa Background Color

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

This div background color is #cf06fa


#cf06fa Border Color

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

This div border color is #cf06fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf06fa


Comments

No comments written yet.

Please login to write comment.