Color Hex Logo

#942edf Color Hex

#942EDF
(148,46,223)
0 Favorites   0 Comments

Color spaces of #942edf

RGB 14846223
HSL0.760.730.53
HSV275°79°87°
CMYK 0.340.790.00   0.13
XYZ26.509013.577671.0356
Yxy13.57760.23860.1222
Hunter Lab36.847863.9326-88.5065
CIE-Lab43.621069.6924-70.6663

#942edf color RGB value is (148,46,223).

#942edf hex color red value is 148, green value is 46 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #942edf hue: 0.76 , saturation: 0.73 and the lightness value of 942edf is 0.53.

The process color (four color CMYK) of #942edf color hex is 0.34, 0.79, 0.00, 0.13. Web safe color of #942edf is #9933cc. Color #942edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101110 11011111
Octal 224 56 337
Decimal 148 46 223
Hex 94 2E DF

RGB Percentages of Color #942edf

%35.49
%11.03
%53.48

CMYK Percentages of Color #942edf

%34
%79
%0
%13

Triadic Colors of #942edf

#942edf #df942e #2edf94

Analogous Colors of #942edf

#942edf #df2ed2 #3c2edf

Monochromatic Colors of #942edf

#942edf

Complementary Color

#942edf #79df2e

#942edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#942edf Color CSS Codes

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

#942edf Text Font Color

<p style="color:#942edf">Text here</p>

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


#942edf Background Color

<div style="background-color:#942edf">
Div content here</div>

This div background color is #942edf


#942edf Border Color

<div style="border:3px solid #942edf">
Div here</div>

This div border color is #942edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,46,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #942edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #942edf;
  -webkit-box-shadow: 1px 1px 3px 2px #942edf;
  box-shadow:         1px 1px 3px 2px #942edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,46,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942edf


Comments

No comments written yet.

Please login to write comment.