Color Hex Logo

#cf7fef Color Hex

#CF7FEF
(207,127,239)
0 Favorites   0 Comments

Color spaces of #cf7fef

RGB 207127239
HSL0.790.780.72
HSV283°47°94°
CMYK 0.130.470.00   0.06
XYZ48.901534.676185.7771
Yxy34.67610.28880.2048
Hunter Lab58.886445.1819-45.1445
CIE-Lab65.495749.3749-44.2044

#cf7fef color RGB value is (207,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111111 11101111
Octal 317 177 357
Decimal 207 127 239
Hex CF 7F EF

RGB Percentages of Color #cf7fef

%36.13
%22.16
%41.71

CMYK Percentages of Color #cf7fef

%13
%47
%0
%6

Triadic Colors of #cf7fef

#cf7fef #efcf7f #7fefcf

Analogous Colors of #cf7fef

#cf7fef #ef7fd7 #977fef

Monochromatic Colors of #cf7fef

#cf7fef

Complementary Color

#cf7fef #9fef7f

#cf7fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7fef Color CSS Codes

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

#cf7fef Text Font Color

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

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


#cf7fef Background Color

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

This div background color is #cf7fef


#cf7fef Border Color

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

This div border color is #cf7fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7fef


Comments

No comments written yet.

Please login to write comment.