Color Hex Logo

#930efd Color Hex

#930EFD
(147,14,253)
0 Favorites   0 Comments

Color spaces of #930efd

RGB 14714253
HSL0.760.980.52
HSV273°94°99°
CMYK 0.420.940.00   0.01
XYZ29.919313.609093.9784
Yxy13.60900.21760.0990
Hunter Lab36.890480.2112-125.2183
CIE-Lab43.666982.9421-87.5490

#930efd color RGB value is (147,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001110 11111101
Octal 223 16 375
Decimal 147 14 253
Hex 93 E FD

RGB Percentages of Color #930efd

%35.51
%3.38
%61.11

CMYK Percentages of Color #930efd

%42
%94
%0
%1

Triadic Colors of #930efd

#930efd #fd930e #0efd93

Analogous Colors of #930efd

#930efd #fd0ef0 #1b0efd

Monochromatic Colors of #930efd

#930efd

Complementary Color

#930efd #78fd0e

#930efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#930efd Color CSS Codes

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

#930efd Text Font Color

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

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


#930efd Background Color

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

This div background color is #930efd


#930efd Border Color

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

This div border color is #930efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930efd


Comments

No comments written yet.

Please login to write comment.