Color Hex Logo

#917cdd Color Hex

#917CDD
(145,124,221)
0 Favorites   0 Comments

Color spaces of #917cdd

RGB 145124221
HSL0.700.590.68
HSV253°44°87°
CMYK 0.340.440.00   0.13
XYZ31.935925.655571.6754
Yxy25.65550.24710.1985
Hunter Lab50.651323.9055-48.4440
CIE-Lab57.708629.8936-46.8965

#917cdd color RGB value is (145,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111100 11011101
Octal 221 174 335
Decimal 145 124 221
Hex 91 7C DD

RGB Percentages of Color #917cdd

%29.59
%25.31
%45.10

CMYK Percentages of Color #917cdd

%34
%44
%0
%13

Triadic Colors of #917cdd

#917cdd #dd917c #7cdd91

Analogous Colors of #917cdd

#917cdd #c27cdd #7c98dd

Monochromatic Colors of #917cdd

#917cdd

Complementary Color

#917cdd #c8dd7c

#917cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#917cdd Color CSS Codes

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

#917cdd Text Font Color

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

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


#917cdd Background Color

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

This div background color is #917cdd


#917cdd Border Color

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

This div border color is #917cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917cdd


Comments

No comments written yet.

Please login to write comment.