Color Hex Logo

#947cdf Color Hex

#947CDF
(148,124,223)
0 Favorites   0 Comments

Color spaces of #947cdf

RGB 148124223
HSL0.710.610.68
HSV255°44°87°
CMYK 0.340.440.00   0.13
XYZ32.739726.038973.1125
Yxy26.03890.24820.1974
Hunter Lab51.028325.2258-49.2299
CIE-Lab58.074031.2109-47.4216

#947cdf color RGB value is (148,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111100 11011111
Octal 224 174 337
Decimal 148 124 223
Hex 94 7C DF

RGB Percentages of Color #947cdf

%29.90
%25.05
%45.05

CMYK Percentages of Color #947cdf

%34
%44
%0
%13

Triadic Colors of #947cdf

#947cdf #df947c #7cdf94

Analogous Colors of #947cdf

#947cdf #c67cdf #7c96df

Monochromatic Colors of #947cdf

#947cdf

Complementary Color

#947cdf #c7df7c

#947cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#947cdf Color CSS Codes

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

#947cdf Text Font Color

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

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


#947cdf Background Color

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

This div background color is #947cdf


#947cdf Border Color

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

This div border color is #947cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947cdf


Comments

No comments written yet.

Please login to write comment.