Color Hex Logo

#cf72eb Color Hex

#CF72EB
(207,114,235)
0 Favorites   0 Comments

Color spaces of #cf72eb

RGB 207114235
HSL0.790.750.68
HSV286°51°92°
CMYK 0.120.510.00   0.08
XYZ46.744831.298282.1747
Yxy31.29820.29180.1953
Hunter Lab55.944851.2427-47.9270
CIE-Lab62.758655.1942-46.3007

#cf72eb color RGB value is (207,114,235).

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

The process color (four color CMYK) of #cf72eb color hex is 0.12, 0.51, 0.00, 0.08. Web safe color of #cf72eb is #cc66ff. Color #cf72eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 11101011
Octal 317 162 353
Decimal 207 114 235
Hex CF 72 EB

RGB Percentages of Color #cf72eb

%37.23
%20.50
%42.27

CMYK Percentages of Color #cf72eb

%12
%51
%0
%8

Triadic Colors of #cf72eb

#cf72eb #ebcf72 #72ebcf

Analogous Colors of #cf72eb

#cf72eb #eb72cb #9372eb

Monochromatic Colors of #cf72eb

#cf72eb

Complementary Color

#cf72eb #8eeb72

#cf72eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf72eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf72eb Color CSS Codes

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

#cf72eb Text Font Color

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

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


#cf72eb Background Color

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

This div background color is #cf72eb


#cf72eb Border Color

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

This div border color is #cf72eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf72eb


Comments

No comments written yet.

Please login to write comment.