Color Hex Logo

#767fee Color Hex

#767FEE
(118,127,238)
0 Favorites   0 Comments

Color spaces of #767fee

RGB 118127238
HSL0.650.780.70
HSV236°50°93°
CMYK 0.500.470.00   0.07
XYZ30.493225.203384.1465
Yxy25.20330.21810.1802
Hunter Lab50.202920.5657-64.2356
CIE-Lab57.273026.4561-57.2036

#767fee color RGB value is (118,127,238).

#767fee hex color red value is 118, green value is 127 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #767fee hue: 0.65 , saturation: 0.78 and the lightness value of 767fee is 0.70.

The process color (four color CMYK) of #767fee color hex is 0.50, 0.47, 0.00, 0.07. Web safe color of #767fee is #6666ff. Color #767fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 11101110
Octal 166 177 356
Decimal 118 127 238
Hex 76 7F EE

RGB Percentages of Color #767fee

%24.43
%26.29
%49.28

CMYK Percentages of Color #767fee

%50
%47
%0
%7

Triadic Colors of #767fee

#767fee #ee767f #7fee76

Analogous Colors of #767fee

#767fee #a976ee #76bbee

Monochromatic Colors of #767fee

#767fee

Complementary Color

#767fee #eee576

#767fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fee Color CSS Codes

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

#767fee Text Font Color

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

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


#767fee Background Color

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

This div background color is #767fee


#767fee Border Color

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

This div border color is #767fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fee


Comments

No comments written yet.

Please login to write comment.