Color Hex Logo

#946edf Color Hex

#946EDF
(148,110,223)
0 Favorites   0 Comments

Color spaces of #946edf

RGB 148110223
HSL0.720.640.65
HSV260°51°87°
CMYK 0.340.510.00   0.13
XYZ31.108022.775572.5686
Yxy22.77550.24600.1801
Hunter Lab47.723732.8362-56.7498
CIE-Lab54.840339.2267-52.5615

#946edf color RGB value is (148,110,223).

#946edf hex color red value is 148, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #946edf hue: 0.72 , saturation: 0.64 and the lightness value of 946edf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101110 11011111
Octal 224 156 337
Decimal 148 110 223
Hex 94 6E DF

RGB Percentages of Color #946edf

%30.77
%22.87
%46.36

CMYK Percentages of Color #946edf

%34
%51
%0
%13

Triadic Colors of #946edf

#946edf #df946e #6edf94

Analogous Colors of #946edf

#946edf #cd6edf #6e81df

Monochromatic Colors of #946edf

#946edf

Complementary Color

#946edf #b9df6e

#946edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#946edf Color CSS Codes

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

#946edf Text Font Color

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

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


#946edf Background Color

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

This div background color is #946edf


#946edf Border Color

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

This div border color is #946edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946edf


Comments

No comments written yet.

Please login to write comment.