Color Hex Logo

#74187b Color Hex

#74187B
(116,24,123)
0 Favorites   0 Comments

Color spaces of #74187b

RGB 11624123
HSL0.820.670.29
HSV296°80°48°
CMYK 0.060.800.00   0.52
XYZ11.10425.796319.2724
Yxy5.79630.30700.1602
Hunter Lab24.075540.1963-30.6087
CIE-Lab28.892650.9265-34.8926

#74187b color RGB value is (116,24,123).

#74187b hex color red value is 116, green value is 24 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #74187b hue: 0.82 , saturation: 0.67 and the lightness value of 74187b is 0.29.

The process color (four color CMYK) of #74187b color hex is 0.06, 0.80, 0.00, 0.52. Web safe color of #74187b is #660066. Color #74187b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011000 01111011
Octal 164 30 173
Decimal 116 24 123
Hex 74 18 7B

RGB Percentages of Color #74187b

%44.11
%9.13
%46.77

CMYK Percentages of Color #74187b

%6
%80
%0
%52

Triadic Colors of #74187b

#74187b #7b7418 #187b74

Analogous Colors of #74187b

#74187b #7b1850 #43187b

Monochromatic Colors of #74187b

#74187b

Complementary Color

#74187b #1f7b18

#74187b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74187b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74187b Color CSS Codes

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

#74187b Text Font Color

<p style="color:#74187b">Text here</p>

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


#74187b Background Color

<div style="background-color:#74187b">
Div content here</div>

This div background color is #74187b


#74187b Border Color

<div style="border:3px solid #74187b">
Div here</div>

This div border color is #74187b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,24,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74187b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74187b;
  -webkit-box-shadow: 1px 1px 3px 2px #74187b;
  box-shadow:         1px 1px 3px 2px #74187b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,24,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74187b


Comments

No comments written yet.

Please login to write comment.