Color Hex Logo

#cf06eb Color Hex

#CF06EB
(207,6,235)
0 Favorites   0 Comments

Color spaces of #cf06eb

RGB 2076235
HSL0.810.950.47
HSV293°97°92°
CMYK 0.120.970.00   0.08
XYZ40.792619.393880.1906
Yxy19.39380.29060.1382
Hunter Lab44.038488.2767-77.1358
CIE-Lab51.144887.7359-64.8470

#cf06eb color RGB value is (207,6,235).

#cf06eb hex color red value is 207, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cf06eb hue: 0.81 , saturation: 0.95 and the lightness value of cf06eb is 0.47.

The process color (four color CMYK) of #cf06eb color hex is 0.12, 0.97, 0.00, 0.08. Web safe color of #cf06eb is #cc00ff. Color #cf06eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 11101011
Octal 317 6 353
Decimal 207 6 235
Hex CF 6 EB

RGB Percentages of Color #cf06eb

%46.21
%1.34
%52.46

CMYK Percentages of Color #cf06eb

%12
%97
%0
%8

Triadic Colors of #cf06eb

#cf06eb #ebcf06 #06ebcf

Analogous Colors of #cf06eb

#cf06eb #eb0695 #5d06eb

Monochromatic Colors of #cf06eb

#cf06eb

Complementary Color

#cf06eb #22eb06

#cf06eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf06eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf06eb Color CSS Codes

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

#cf06eb Text Font Color

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

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


#cf06eb Background Color

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

This div background color is #cf06eb


#cf06eb Border Color

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

This div border color is #cf06eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf06eb


Comments

No comments written yet.

Please login to write comment.