Color Hex Logo

#7174dd Color Hex

#7174DD
(113,116,221)
0 Favorites   0 Comments

Color spaces of #7174dd

RGB 113116221
HSL0.660.610.65
HSV238°49°87°
CMYK 0.490.480.00   0.13
XYZ26.106621.222071.1269
Yxy21.22200.22040.1792
Hunter Lab46.067320.5390-59.2952
CIE-Lab53.191626.7782-54.2395

#7174dd color RGB value is (113,116,221).

#7174dd hex color red value is 113, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7174dd hue: 0.66 , saturation: 0.61 and the lightness value of 7174dd is 0.65.

The process color (four color CMYK) of #7174dd color hex is 0.49, 0.48, 0.00, 0.13. Web safe color of #7174dd is #6666cc. Color #7174dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 11011101
Octal 161 164 335
Decimal 113 116 221
Hex 71 74 DD

RGB Percentages of Color #7174dd

%25.11
%25.78
%49.11

CMYK Percentages of Color #7174dd

%49
%48
%0
%13

Triadic Colors of #7174dd

#7174dd #dd7174 #74dd71

Analogous Colors of #7174dd

#7174dd #a471dd #71aadd

Monochromatic Colors of #7174dd

#7174dd

Complementary Color

#7174dd #ddda71

#7174dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7174dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7174dd Color CSS Codes

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

#7174dd Text Font Color

<p style="color:#7174dd">Text here</p>

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


#7174dd Background Color

<div style="background-color:#7174dd">
Div content here</div>

This div background color is #7174dd


#7174dd Border Color

<div style="border:3px solid #7174dd">
Div here</div>

This div border color is #7174dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,116,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7174dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7174dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7174dd;
  box-shadow:         1px 1px 3px 2px #7174dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,116,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 #7174dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7174dd


Comments

No comments written yet.

Please login to write comment.