Color Hex Logo

#741dbc Color Hex

#741DBC
(116,29,188)
0 Favorites   0 Comments

Color spaces of #741dbc

RGB 11629188
HSL0.760.730.43
HSV273°85°74°
CMYK 0.380.850.00   0.26
XYZ16.71898.222648.2829
Yxy8.22260.22830.1123
Hunter Lab28.675153.8924-79.7595
CIE-Lab34.442262.7281-65.5439

#741dbc color RGB value is (116,29,188).

#741dbc hex color red value is 116, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #741dbc hue: 0.76 , saturation: 0.73 and the lightness value of 741dbc is 0.43.

The process color (four color CMYK) of #741dbc color hex is 0.38, 0.85, 0.00, 0.26. Web safe color of #741dbc is #6633cc. Color #741dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011101 10111100
Octal 164 35 274
Decimal 116 29 188
Hex 74 1D BC

RGB Percentages of Color #741dbc

%34.83
%8.71
%56.46

CMYK Percentages of Color #741dbc

%38
%85
%0
%26

Triadic Colors of #741dbc

#741dbc #bc741d #1dbc74

Analogous Colors of #741dbc

#741dbc #bc1db5 #251dbc

Monochromatic Colors of #741dbc

#741dbc

Complementary Color

#741dbc #65bc1d

#741dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#741dbc Color CSS Codes

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

#741dbc Text Font Color

<p style="color:#741dbc">Text here</p>

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


#741dbc Background Color

<div style="background-color:#741dbc">
Div content here</div>

This div background color is #741dbc


#741dbc Border Color

<div style="border:3px solid #741dbc">
Div here</div>

This div border color is #741dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,29,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #741dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #741dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #741dbc;
  box-shadow:         1px 1px 3px 2px #741dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741dbc


Comments

No comments written yet.

Please login to write comment.