Color Hex Logo

#920efd Color Hex

#920EFD
(146,14,253)
0 Favorites   0 Comments

Color spaces of #920efd

RGB 14614253
HSL0.760.980.52
HSV273°94°99°
CMYK 0.420.940.00   0.01
XYZ29.740713.516993.9700
Yxy13.51690.21670.0985
Hunter Lab36.765380.0552-125.8060
CIE-Lab43.532082.8454-87.7759

#920efd color RGB value is (146,14,253).

#920efd hex color red value is 146, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #920efd hue: 0.76 , saturation: 0.98 and the lightness value of 920efd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 00001110 11111101
Octal 222 16 375
Decimal 146 14 253
Hex 92 E FD

RGB Percentages of Color #920efd

%35.35
%3.39
%61.26

CMYK Percentages of Color #920efd

%42
%94
%0
%1

Triadic Colors of #920efd

#920efd #fd920e #0efd92

Analogous Colors of #920efd

#920efd #fd0ef1 #1b0efd

Monochromatic Colors of #920efd

#920efd

Complementary Color

#920efd #79fd0e

#920efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#920efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#920efd Color CSS Codes

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

#920efd Text Font Color

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

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


#920efd Background Color

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

This div background color is #920efd


#920efd Border Color

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

This div border color is #920efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #920efd


Comments

No comments written yet.

Please login to write comment.