Color Hex Logo

#939efd Color Hex

#939EFD
(147,158,253)
0 Favorites   0 Comments

Color spaces of #939efd

RGB 147158253
HSL0.650.960.78
HSV234°42°99°
CMYK 0.420.380.00   0.01
XYZ41.989137.748698.0017
Yxy37.74860.23620.2124
Hunter Lab61.439914.4702-51.5645
CIE-Lab67.834919.4477-48.5595

#939efd color RGB value is (147,158,253).

#939efd hex color red value is 147, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #939efd hue: 0.65 , saturation: 0.96 and the lightness value of 939efd is 0.78.

The process color (four color CMYK) of #939efd color hex is 0.42, 0.38, 0.00, 0.01. Web safe color of #939efd is #9999ff. Color #939efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011110 11111101
Octal 223 236 375
Decimal 147 158 253
Hex 93 9E FD

RGB Percentages of Color #939efd

%26.34
%28.32
%45.34

CMYK Percentages of Color #939efd

%42
%38
%0
%1

Triadic Colors of #939efd

#939efd #fd939e #9efd93

Analogous Colors of #939efd

#939efd #bd93fd #93d3fd

Monochromatic Colors of #939efd

#939efd

Complementary Color

#939efd #fdf293

#939efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#939efd Color CSS Codes

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

#939efd Text Font Color

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

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


#939efd Background Color

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

This div background color is #939efd


#939efd Border Color

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

This div border color is #939efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,158,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #939efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #939efd;
  -webkit-box-shadow: 1px 1px 3px 2px #939efd;
  box-shadow:         1px 1px 3px 2px #939efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,158,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939efd


Comments

No comments written yet.

Please login to write comment.