Color Hex Logo

#948edc Color Hex

#948EDC
(148,142,220)
0 Favorites   0 Comments

Color spaces of #948edc

RGB 148142220
HSL0.680.530.71
HSV245°35°86°
CMYK 0.330.350.00   0.14
XYZ34.804030.809271.8225
Yxy30.80920.25320.2242
Hunter Lab55.506014.7895-37.8646
CIE-Lab62.346220.0128-39.0195

#948edc color RGB value is (148,142,220).

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

The process color (four color CMYK) of #948edc color hex is 0.33, 0.35, 0.00, 0.14. Web safe color of #948edc is #9999cc. Color #948edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001110 11011100
Octal 224 216 334
Decimal 148 142 220
Hex 94 8E DC

RGB Percentages of Color #948edc

%29.02
%27.84
%43.14

CMYK Percentages of Color #948edc

%33
%35
%0
%14

Triadic Colors of #948edc

#948edc #dc948e #8edc94

Analogous Colors of #948edc

#948edc #bb8edc #8eafdc

Monochromatic Colors of #948edc

#948edc

Complementary Color

#948edc #d6dc8e

#948edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948edc Color CSS Codes

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

#948edc Text Font Color

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

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


#948edc Background Color

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

This div background color is #948edc


#948edc Border Color

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

This div border color is #948edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948edc


Comments

No comments written yet.

Please login to write comment.