Color Hex Logo

#7f0eeb Color Hex

#7F0EEB
(127,14,235)
0 Favorites   0 Comments

Color spaces of #7f0eeb

RGB 12714235
HSL0.750.890.49
HSV271°94°92°
CMYK 0.460.940.00   0.08
XYZ23.904810.824379.4266
Yxy10.82430.20940.0948
Hunter Lab32.900372.1195-120.1053
CIE-Lab39.283077.3225-84.7230

#7f0eeb color RGB value is (127,14,235).

#7f0eeb hex color red value is 127, green value is 14 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7f0eeb hue: 0.75 , saturation: 0.89 and the lightness value of 7f0eeb is 0.49.

The process color (four color CMYK) of #7f0eeb color hex is 0.46, 0.94, 0.00, 0.08. Web safe color of #7f0eeb is #6600ff. Color #7f0eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00001110 11101011
Octal 177 16 353
Decimal 127 14 235
Hex 7F E EB

RGB Percentages of Color #7f0eeb

%33.78
%3.72
%62.50

CMYK Percentages of Color #7f0eeb

%46
%94
%0
%8

Triadic Colors of #7f0eeb

#7f0eeb #eb7f0e #0eeb7f

Analogous Colors of #7f0eeb

#7f0eeb #eb0ee9 #100eeb

Monochromatic Colors of #7f0eeb

#7f0eeb

Complementary Color

#7f0eeb #7aeb0e

#7f0eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f0eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f0eeb Color CSS Codes

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

#7f0eeb Text Font Color

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

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


#7f0eeb Background Color

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

This div background color is #7f0eeb


#7f0eeb Border Color

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

This div border color is #7f0eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,14,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f0eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f0eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f0eeb;
  box-shadow:         1px 1px 3px 2px #7f0eeb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f0eeb


Comments

No comments written yet.

Please login to write comment.