Color Hex Logo

#7f87ee Color Hex

#7F87EE
(127,135,238)
0 Favorites   0 Comments

Color spaces of #7f87ee

RGB 127135238
HSL0.650.770.72
HSV236°47°93°
CMYK 0.470.430.00   0.07
XYZ32.849028.013084.5646
Yxy28.01300.22590.1926
Hunter Lab52.927318.1621-57.6815
CIE-Lab59.900523.7276-52.9769

#7f87ee color RGB value is (127,135,238).

#7f87ee hex color red value is 127, green value is 135 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7f87ee hue: 0.65 , saturation: 0.77 and the lightness value of 7f87ee is 0.72.

The process color (four color CMYK) of #7f87ee color hex is 0.47, 0.43, 0.00, 0.07. Web safe color of #7f87ee is #6699ff. Color #7f87ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000111 11101110
Octal 177 207 356
Decimal 127 135 238
Hex 7F 87 EE

RGB Percentages of Color #7f87ee

%25.40
%27.00
%47.60

CMYK Percentages of Color #7f87ee

%47
%43
%0
%7

Triadic Colors of #7f87ee

#7f87ee #ee7f87 #87ee7f

Analogous Colors of #7f87ee

#7f87ee #af7fee #7fbfee

Monochromatic Colors of #7f87ee

#7f87ee

Complementary Color

#7f87ee #eee67f

#7f87ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f87ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f87ee Color CSS Codes

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

#7f87ee Text Font Color

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

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


#7f87ee Background Color

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

This div background color is #7f87ee


#7f87ee Border Color

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

This div border color is #7f87ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,135,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7f87ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f87ee


Comments

No comments written yet.

Please login to write comment.