Color Hex Logo

#9187c4 Color Hex

#9187C4
(145,135,196)
0 Favorites   0 Comments

Color spaces of #9187c4

RGB 145135196
HSL0.690.340.65
HSV250°31°77°
CMYK 0.260.310.00   0.23
XYZ30.304827.333255.9032
Yxy27.33320.26690.2407
Hunter Lab52.281211.9756-26.8008
CIE-Lab59.281517.0924-30.3526

#9187c4 color RGB value is (145,135,196).

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

The process color (four color CMYK) of #9187c4 color hex is 0.26, 0.31, 0.00, 0.23. Web safe color of #9187c4 is #9999cc. Color #9187c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10000111 11000100
Octal 221 207 304
Decimal 145 135 196
Hex 91 87 C4

RGB Percentages of Color #9187c4

%30.46
%28.36
%41.18

CMYK Percentages of Color #9187c4

%26
%31
%0
%23

Triadic Colors of #9187c4

#9187c4 #c49187 #87c491

Analogous Colors of #9187c4

#9187c4 #b087c4 #879cc4

Monochromatic Colors of #9187c4

#9187c4

Complementary Color

#9187c4 #bac487

#9187c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9187c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9187c4 Color CSS Codes

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

#9187c4 Text Font Color

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

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


#9187c4 Background Color

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

This div background color is #9187c4


#9187c4 Border Color

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

This div border color is #9187c4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,135,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9187c4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9187c4


Comments

No comments written yet.

Please login to write comment.