Color Hex Logo

#741bcb Color Hex

#741BCB
(116,27,203)
0 Favorites   0 Comments

Color spaces of #741bcb

RGB 11627203
HSL0.750.770.45
HSV270°87°80°
CMYK 0.430.870.00   0.20
XYZ18.37398.808757.2317
Yxy8.80870.21770.1044
Hunter Lab29.679558.5664-93.5549
CIE-Lab35.613366.6351-72.4184

#741bcb color RGB value is (116,27,203).

#741bcb hex color red value is 116, green value is 27 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #741bcb hue: 0.75 , saturation: 0.77 and the lightness value of 741bcb is 0.45.

The process color (four color CMYK) of #741bcb color hex is 0.43, 0.87, 0.00, 0.20. Web safe color of #741bcb is #6633cc. Color #741bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011011 11001011
Octal 164 33 313
Decimal 116 27 203
Hex 74 1B CB

RGB Percentages of Color #741bcb

%33.53
%7.80
%58.67

CMYK Percentages of Color #741bcb

%43
%87
%0
%20

Triadic Colors of #741bcb

#741bcb #cb741b #1bcb74

Analogous Colors of #741bcb

#741bcb #cb1bca #1c1bcb

Monochromatic Colors of #741bcb

#741bcb

Complementary Color

#741bcb #72cb1b

#741bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#741bcb Color CSS Codes

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

#741bcb Text Font Color

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

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


#741bcb Background Color

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

This div background color is #741bcb


#741bcb Border Color

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

This div border color is #741bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741bcb


Comments

No comments written yet.

Please login to write comment.