Color Hex Logo

#948cdf Color Hex

#948CDF
(148,140,223)
0 Favorites   0 Comments

Color spaces of #948cdf

RGB 148140223
HSL0.680.560.71
HSV246°37°87°
CMYK 0.340.370.00   0.13
XYZ34.910130.379873.8360
Yxy30.37980.25090.2184
Hunter Lab55.117916.6006-40.8425
CIE-Lab61.980521.9521-41.2619

#948cdf color RGB value is (148,140,223).

#948cdf hex color red value is 148, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #948cdf hue: 0.68 , saturation: 0.56 and the lightness value of 948cdf is 0.71.

The process color (four color CMYK) of #948cdf color hex is 0.34, 0.37, 0.00, 0.13. Web safe color of #948cdf is #9999cc. Color #948cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 11011111
Octal 224 214 337
Decimal 148 140 223
Hex 94 8C DF

RGB Percentages of Color #948cdf

%28.96
%27.40
%43.64

CMYK Percentages of Color #948cdf

%34
%37
%0
%13

Triadic Colors of #948cdf

#948cdf #df948c #8cdf94

Analogous Colors of #948cdf

#948cdf #be8cdf #8caedf

Monochromatic Colors of #948cdf

#948cdf

Complementary Color

#948cdf #d7df8c

#948cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#948cdf Color CSS Codes

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

#948cdf Text Font Color

<p style="color:#948cdf">Text here</p>

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


#948cdf Background Color

<div style="background-color:#948cdf">
Div content here</div>

This div background color is #948cdf


#948cdf Border Color

<div style="border:3px solid #948cdf">
Div here</div>

This div border color is #948cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948cdf


Comments

No comments written yet.

Please login to write comment.