Color Hex Logo

#9187dc Color Hex

#9187DC
(145,135,220)
0 Favorites   0 Comments

Color spaces of #9187dc

RGB 145135220
HSL0.690.550.70
HSV247°39°86°
CMYK 0.340.390.00   0.14
XYZ33.259328.515071.4611
Yxy28.51500.24960.2140
Hunter Lab53.399417.7279-41.9645
CIE-Lab60.351223.2398-42.1667

#9187dc color RGB value is (145,135,220).

#9187dc hex color red value is 145, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9187dc hue: 0.69 , saturation: 0.55 and the lightness value of 9187dc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10000111 11011100
Octal 221 207 334
Decimal 145 135 220
Hex 91 87 DC

RGB Percentages of Color #9187dc

%29.00
%27.00
%44.00

CMYK Percentages of Color #9187dc

%34
%39
%0
%14

Triadic Colors of #9187dc

#9187dc #dc9187 #87dc91

Analogous Colors of #9187dc

#9187dc #bc87dc #87a8dc

Monochromatic Colors of #9187dc

#9187dc

Complementary Color

#9187dc #d2dc87

#9187dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9187dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9187dc Color CSS Codes

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

#9187dc Text Font Color

<p style="color:#9187dc">Text here</p>

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


#9187dc Background Color

<div style="background-color:#9187dc">
Div content here</div>

This div background color is #9187dc


#9187dc Border Color

<div style="border:3px solid #9187dc">
Div here</div>

This div border color is #9187dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9187dc


Comments

No comments written yet.

Please login to write comment.