Color Hex Logo

#917cde Color Hex

#917CDE
(145,124,222)
0 Favorites   0 Comments

Color spaces of #917cde

RGB 145124222
HSL0.700.600.68
HSV253°44°87°
CMYK 0.350.440.00   0.13
XYZ32.069525.709072.3793
Yxy25.70900.24640.1975
Hunter Lab50.704024.1663-49.1428
CIE-Lab57.759830.1569-47.3759

#917cde color RGB value is (145,124,222).

#917cde hex color red value is 145, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #917cde hue: 0.70 , saturation: 0.60 and the lightness value of 917cde is 0.68.

The process color (four color CMYK) of #917cde color hex is 0.35, 0.44, 0.00, 0.13. Web safe color of #917cde is #9966cc. Color #917cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111100 11011110
Octal 221 174 336
Decimal 145 124 222
Hex 91 7C DE

RGB Percentages of Color #917cde

%29.53
%25.25
%45.21

CMYK Percentages of Color #917cde

%35
%44
%0
%13

Triadic Colors of #917cde

#917cde #de917c #7cde91

Analogous Colors of #917cde

#917cde #c27cde #7c98de

Monochromatic Colors of #917cde

#917cde

Complementary Color

#917cde #c9de7c

#917cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#917cde Color CSS Codes

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

#917cde Text Font Color

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

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


#917cde Background Color

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

This div background color is #917cde


#917cde Border Color

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

This div border color is #917cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917cde


Comments

No comments written yet.

Please login to write comment.