Color Hex Logo

#917dc4 Color Hex

#917DC4
(145,125,196)
0 Favorites   0 Comments

Color spaces of #917dc4

RGB 145125196
HSL0.710.380.63
HSV257°36°77°
CMYK 0.260.360.00   0.23
XYZ28.974524.672555.4597
Yxy24.67250.26560.2261
Hunter Lab49.671417.1982-31.4292
CIE-Lab56.754922.9096-34.2841

#917dc4 color RGB value is (145,125,196).

#917dc4 hex color red value is 145, green value is 125 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #917dc4 hue: 0.71 , saturation: 0.38 and the lightness value of 917dc4 is 0.63.

The process color (four color CMYK) of #917dc4 color hex is 0.26, 0.36, 0.00, 0.23. Web safe color of #917dc4 is #9966cc. Color #917dc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11000100
Octal 221 175 304
Decimal 145 125 196
Hex 91 7D C4

RGB Percentages of Color #917dc4

%31.12
%26.82
%42.06

CMYK Percentages of Color #917dc4

%26
%36
%0
%23

Triadic Colors of #917dc4

#917dc4 #c4917d #7dc491

Analogous Colors of #917dc4

#917dc4 #b57dc4 #7d8dc4

Monochromatic Colors of #917dc4

#917dc4

Complementary Color

#917dc4 #b0c47d

#917dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#917dc4 Color CSS Codes

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

#917dc4 Text Font Color

<p style="color:#917dc4">Text here</p>

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


#917dc4 Background Color

<div style="background-color:#917dc4">
Div content here</div>

This div background color is #917dc4


#917dc4 Border Color

<div style="border:3px solid #917dc4">
Div here</div>

This div border color is #917dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917dc4


Comments

No comments written yet.

Please login to write comment.