Color Hex Logo

#941efd Color Hex

#941EFD
(148,30,253)
0 Favorites   0 Comments

Color spaces of #941efd

RGB 14830253
HSL0.750.980.55
HSV272°88°99°
CMYK 0.420.880.00   0.01
XYZ30.406614.316394.0892
Yxy14.31630.21900.1031
Hunter Lab37.836977.2322-120.9510
CIE-Lab44.683280.3982-85.8716

#941efd color RGB value is (148,30,253).

#941efd hex color red value is 148, green value is 30 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #941efd hue: 0.75 , saturation: 0.98 and the lightness value of 941efd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00011110 11111101
Octal 224 36 375
Decimal 148 30 253
Hex 94 1E FD

RGB Percentages of Color #941efd

%34.34
%6.96
%58.70

CMYK Percentages of Color #941efd

%42
%88
%0
%1

Triadic Colors of #941efd

#941efd #fd941e #1efd94

Analogous Colors of #941efd

#941efd #fd1ef7 #251efd

Monochromatic Colors of #941efd

#941efd

Complementary Color

#941efd #87fd1e

#941efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#941efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#941efd Color CSS Codes

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

#941efd Text Font Color

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

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


#941efd Background Color

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

This div background color is #941efd


#941efd Border Color

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

This div border color is #941efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #941efd


Comments

No comments written yet.

Please login to write comment.