Color Hex Logo

#917cdc Color Hex

#917CDC
(145,124,220)
0 Favorites   0 Comments

Color spaces of #917cdc

RGB 145124220
HSL0.700.580.67
HSV253°44°86°
CMYK 0.340.440.00   0.14
XYZ31.803025.602470.9757
Yxy25.60240.24770.1994
Hunter Lab50.598823.6451-47.7478
CIE-Lab57.657729.6301-46.4162

#917cdc color RGB value is (145,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111100 11011100
Octal 221 174 334
Decimal 145 124 220
Hex 91 7C DC

RGB Percentages of Color #917cdc

%29.65
%25.36
%44.99

CMYK Percentages of Color #917cdc

%34
%44
%0
%14

Triadic Colors of #917cdc

#917cdc #dc917c #7cdc91

Analogous Colors of #917cdc

#917cdc #c17cdc #7c97dc

Monochromatic Colors of #917cdc

#917cdc

Complementary Color

#917cdc #c7dc7c

#917cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#917cdc Color CSS Codes

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

#917cdc Text Font Color

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

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


#917cdc Background Color

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

This div background color is #917cdc


#917cdc Border Color

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

This div border color is #917cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917cdc


Comments

No comments written yet.

Please login to write comment.