Color Hex Logo

#cf6cef Color Hex

#CF6CEF
(207,108,239)
0 Favorites   0 Comments

Color spaces of #cf6cef

RGB 207108239
HSL0.790.800.68
HSV285°55°94°
CMYK 0.130.550.00   0.06
XYZ46.674730.222585.0349
Yxy30.22250.28820.1866
Hunter Lab54.975055.3433-53.2268
CIE-Lab61.845758.9315-49.9632

#cf6cef color RGB value is (207,108,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101100 11101111
Octal 317 154 357
Decimal 207 108 239
Hex CF 6C EF

RGB Percentages of Color #cf6cef

%37.36
%19.49
%43.14

CMYK Percentages of Color #cf6cef

%13
%55
%0
%6

Triadic Colors of #cf6cef

#cf6cef #efcf6c #6cefcf

Analogous Colors of #cf6cef

#cf6cef #ef6cce #8e6cef

Monochromatic Colors of #cf6cef

#cf6cef

Complementary Color

#cf6cef #8cef6c

#cf6cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6cef Color CSS Codes

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

#cf6cef Text Font Color

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

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


#cf6cef Background Color

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

This div background color is #cf6cef


#cf6cef Border Color

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

This div border color is #cf6cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6cef


Comments

No comments written yet.

Please login to write comment.