Color Hex Logo

#968edf Color Hex

#968EDF
(150,142,223)
0 Favorites   0 Comments

Color spaces of #968edf

RGB 150142223
HSL0.680.560.72
HSV246°36°87°
CMYK 0.330.360.00   0.13
XYZ35.570031.157773.9513
Yxy31.15770.25280.2215
Hunter Lab55.819116.0635-39.4763
CIE-Lab62.640521.3495-40.2155

#968edf color RGB value is (150,142,223).

#968edf hex color red value is 150, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #968edf hue: 0.68 , saturation: 0.56 and the lightness value of 968edf is 0.72.

The process color (four color CMYK) of #968edf color hex is 0.33, 0.36, 0.00, 0.13. Web safe color of #968edf is #9999cc. Color #968edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 11011111
Octal 226 216 337
Decimal 150 142 223
Hex 96 8E DF

RGB Percentages of Color #968edf

%29.13
%27.57
%43.30

CMYK Percentages of Color #968edf

%33
%36
%0
%13

Triadic Colors of #968edf

#968edf #df968e #8edf96

Analogous Colors of #968edf

#968edf #bf8edf #8eafdf

Monochromatic Colors of #968edf

#968edf

Complementary Color

#968edf #d7df8e

#968edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968edf Color CSS Codes

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

#968edf Text Font Color

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

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


#968edf Background Color

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

This div background color is #968edf


#968edf Border Color

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

This div border color is #968edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968edf


Comments

No comments written yet.

Please login to write comment.