Color Hex Logo

#cf6bef Color Hex

#CF6BEF
(207,107,239)
0 Favorites   0 Comments

Color spaces of #cf6bef

RGB 207107239
HSL0.790.800.68
HSV285°55°94°
CMYK 0.130.550.00   0.06
XYZ46.569830.012884.9999
Yxy30.01280.28820.1857
Hunter Lab54.783955.8644-53.6425
CIE-Lab61.665359.4136-50.2491

#cf6bef color RGB value is (207,107,239).

#cf6bef hex color red value is 207, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf6bef hue: 0.79 , saturation: 0.80 and the lightness value of cf6bef is 0.68.

The process color (four color CMYK) of #cf6bef color hex is 0.13, 0.55, 0.00, 0.06. Web safe color of #cf6bef is #cc66ff. Color #cf6bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101011 11101111
Octal 317 153 357
Decimal 207 107 239
Hex CF 6B EF

RGB Percentages of Color #cf6bef

%37.43
%19.35
%43.22

CMYK Percentages of Color #cf6bef

%13
%55
%0
%6

Triadic Colors of #cf6bef

#cf6bef #efcf6b #6befcf

Analogous Colors of #cf6bef

#cf6bef #ef6bcd #8d6bef

Monochromatic Colors of #cf6bef

#cf6bef

Complementary Color

#cf6bef #8bef6b

#cf6bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6bef Color CSS Codes

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

#cf6bef Text Font Color

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

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


#cf6bef Background Color

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

This div background color is #cf6bef


#cf6bef Border Color

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

This div border color is #cf6bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6bef


Comments

No comments written yet.

Please login to write comment.