Color Hex Logo

#7f88ee Color Hex

#7F88EE
(127,136,238)
0 Favorites   0 Comments

Color spaces of #7f88ee

RGB 127136238
HSL0.650.770.72
HSV235°47°93°
CMYK 0.470.430.00   0.07
XYZ32.989228.293484.6114
Yxy28.29340.22610.1939
Hunter Lab53.191517.6199-57.0781
CIE-Lab60.152923.1381-52.5756

#7f88ee color RGB value is (127,136,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001000 11101110
Octal 177 210 356
Decimal 127 136 238
Hex 7F 88 EE

RGB Percentages of Color #7f88ee

%25.35
%27.15
%47.50

CMYK Percentages of Color #7f88ee

%47
%43
%0
%7

Triadic Colors of #7f88ee

#7f88ee #ee7f88 #88ee7f

Analogous Colors of #7f88ee

#7f88ee #ae7fee #7fc0ee

Monochromatic Colors of #7f88ee

#7f88ee

Complementary Color

#7f88ee #eee57f

#7f88ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f88ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f88ee Color CSS Codes

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

#7f88ee Text Font Color

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

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


#7f88ee Background Color

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

This div background color is #7f88ee


#7f88ee Border Color

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

This div border color is #7f88ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f88ee


Comments

No comments written yet.

Please login to write comment.