Color Hex Logo

#741bcc Color Hex

#741BCC
(116,27,204)
0 Favorites   0 Comments

Color spaces of #741bcc

RGB 11627204
HSL0.750.770.45
HSV270°87°80°
CMYK 0.430.870.00   0.20
XYZ18.49358.856557.8615
Yxy8.85650.21700.1039
Hunter Lab29.759958.8444-94.4444
CIE-Lab35.706566.8593-72.8477

#741bcc color RGB value is (116,27,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011011 11001100
Octal 164 33 314
Decimal 116 27 204
Hex 74 1B CC

RGB Percentages of Color #741bcc

%33.43
%7.78
%58.79

CMYK Percentages of Color #741bcc

%43
%87
%0
%20

Triadic Colors of #741bcc

#741bcc #cc741b #1bcc74

Analogous Colors of #741bcc

#741bcc #cc1bcc #1c1bcc

Monochromatic Colors of #741bcc

#741bcc

Complementary Color

#741bcc #73cc1b

#741bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#741bcc Color CSS Codes

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

#741bcc Text Font Color

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

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


#741bcc Background Color

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

This div background color is #741bcc


#741bcc Border Color

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

This div border color is #741bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741bcc


Comments

No comments written yet.

Please login to write comment.