Color Hex Logo

#947fdf Color Hex

#947FDF
(148,127,223)
0 Favorites   0 Comments

Color spaces of #947fdf

RGB 148127223
HSL0.700.600.69
HSV253°43°87°
CMYK 0.340.430.00   0.13
XYZ33.121426.802473.2397
Yxy26.80240.24870.2013
Hunter Lab51.771023.5991-47.6369
CIE-Lab58.791029.4771-46.2869

#947fdf color RGB value is (148,127,223).

#947fdf hex color red value is 148, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #947fdf hue: 0.70 , saturation: 0.60 and the lightness value of 947fdf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111111 11011111
Octal 224 177 337
Decimal 148 127 223
Hex 94 7F DF

RGB Percentages of Color #947fdf

%29.72
%25.50
%44.78

CMYK Percentages of Color #947fdf

%34
%43
%0
%13

Triadic Colors of #947fdf

#947fdf #df947f #7fdf94

Analogous Colors of #947fdf

#947fdf #c47fdf #7f9adf

Monochromatic Colors of #947fdf

#947fdf

Complementary Color

#947fdf #cadf7f

#947fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#947fdf Color CSS Codes

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

#947fdf Text Font Color

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

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


#947fdf Background Color

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

This div background color is #947fdf


#947fdf Border Color

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

This div border color is #947fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947fdf


Comments

No comments written yet.

Please login to write comment.