Color Hex Logo

#918adc Color Hex

#918ADC
(145,138,220)
0 Favorites   0 Comments

Color spaces of #918adc

RGB 145138220
HSL0.680.540.70
HSV245°37°86°
CMYK 0.340.370.00   0.14
XYZ33.683829.364071.6026
Yxy29.36400.25020.2181
Hunter Lab54.188616.1263-40.4114
CIE-Lab61.101521.4981-40.9877

#918adc color RGB value is (145,138,220).

#918adc hex color red value is 145, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #918adc hue: 0.68 , saturation: 0.54 and the lightness value of 918adc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 11011100
Octal 221 212 334
Decimal 145 138 220
Hex 91 8A DC

RGB Percentages of Color #918adc

%28.83
%27.44
%43.74

CMYK Percentages of Color #918adc

%34
%37
%0
%14

Triadic Colors of #918adc

#918adc #dc918a #8adc91

Analogous Colors of #918adc

#918adc #ba8adc #8aacdc

Monochromatic Colors of #918adc

#918adc

Complementary Color

#918adc #d5dc8a

#918adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#918adc Color CSS Codes

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

#918adc Text Font Color

<p style="color:#918adc">Text here</p>

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


#918adc Background Color

<div style="background-color:#918adc">
Div content here</div>

This div background color is #918adc


#918adc Border Color

<div style="border:3px solid #918adc">
Div here</div>

This div border color is #918adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,138,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #918adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #918adc;
  -webkit-box-shadow: 1px 1px 3px 2px #918adc;
  box-shadow:         1px 1px 3px 2px #918adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,138,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 #918adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918adc


Comments

No comments written yet.

Please login to write comment.