Color Hex Logo

#cf8feb Color Hex

#CF8FEB
(207,143,235)
0 Favorites   0 Comments

Color spaces of #cf8feb

RGB 207143235
HSL0.780.700.74
HSV282°39°92°
CMYK 0.120.390.00   0.08
XYZ50.550038.908583.4431
Yxy38.90850.29240.2250
Hunter Lab62.376735.4970-35.6503
CIE-Lab68.684940.0806-37.0150

#cf8feb color RGB value is (207,143,235).

#cf8feb hex color red value is 207, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cf8feb hue: 0.78 , saturation: 0.70 and the lightness value of cf8feb is 0.74.

The process color (four color CMYK) of #cf8feb color hex is 0.12, 0.39, 0.00, 0.08. Web safe color of #cf8feb is #cc99ff. Color #cf8feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001111 11101011
Octal 317 217 353
Decimal 207 143 235
Hex CF 8F EB

RGB Percentages of Color #cf8feb

%35.38
%24.44
%40.17

CMYK Percentages of Color #cf8feb

%12
%39
%0
%8

Triadic Colors of #cf8feb

#cf8feb #ebcf8f #8febcf

Analogous Colors of #cf8feb

#cf8feb #eb8fd9 #a18feb

Monochromatic Colors of #cf8feb

#cf8feb

Complementary Color

#cf8feb #abeb8f

#cf8feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8feb Color CSS Codes

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

#cf8feb Text Font Color

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

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


#cf8feb Background Color

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

This div background color is #cf8feb


#cf8feb Border Color

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

This div border color is #cf8feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8feb


Comments

No comments written yet.

Please login to write comment.