Color Hex Logo

#74267c Color Hex

#74267C
(116,38,124)
0 Favorites   0 Comments

Color spaces of #74267c

RGB 11638124
HSL0.820.530.32
HSV294°69°49°
CMYK 0.060.690.00   0.51
XYZ11.53376.554519.7260
Yxy6.55450.30500.1733
Hunter Lab25.601835.6119-27.7614
CIE-Lab30.770445.9442-32.5292

#74267c color RGB value is (116,38,124).

#74267c hex color red value is 116, green value is 38 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74267c hue: 0.82 , saturation: 0.53 and the lightness value of 74267c is 0.32.

The process color (four color CMYK) of #74267c color hex is 0.06, 0.69, 0.00, 0.51. Web safe color of #74267c is #663366. Color #74267c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01111100
Octal 164 46 174
Decimal 116 38 124
Hex 74 26 7C

RGB Percentages of Color #74267c

%41.73
%13.67
%44.60

CMYK Percentages of Color #74267c

%6
%69
%0
%51

Triadic Colors of #74267c

#74267c #7c7426 #267c74

Analogous Colors of #74267c

#74267c #7c2659 #49267c

Monochromatic Colors of #74267c

#74267c

Complementary Color

#74267c #2e7c26

#74267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74267c Color CSS Codes

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

#74267c Text Font Color

<p style="color:#74267c">Text here</p>

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


#74267c Background Color

<div style="background-color:#74267c">
Div content here</div>

This div background color is #74267c


#74267c Border Color

<div style="border:3px solid #74267c">
Div here</div>

This div border color is #74267c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,38,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74267c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74267c;
  -webkit-box-shadow: 1px 1px 3px 2px #74267c;
  box-shadow:         1px 1px 3px 2px #74267c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74267c


Comments

No comments written yet.

Please login to write comment.