Color Hex Logo

#740bfd Color Hex

#740BFD
(116,11,253)
0 Favorites   0 Comments

Color spaces of #740bfd

RGB 11611253
HSL0.740.980.52
HSV266°96°99°
CMYK 0.540.960.00   0.01
XYZ25.051811.044293.7399
Yxy11.04420.19290.0851
Hunter Lab33.232876.4007-143.9765
CIE-Lab39.654880.6889-94.3052

#740bfd color RGB value is (116,11,253).

#740bfd hex color red value is 116, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #740bfd hue: 0.74 , saturation: 0.98 and the lightness value of 740bfd is 0.52.

The process color (four color CMYK) of #740bfd color hex is 0.54, 0.96, 0.00, 0.01. Web safe color of #740bfd is #6600ff. Color #740bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 11111101
Octal 164 13 375
Decimal 116 11 253
Hex 74 B FD

RGB Percentages of Color #740bfd

%30.53
%2.89
%66.58

CMYK Percentages of Color #740bfd

%54
%96
%0
%1

Triadic Colors of #740bfd

#740bfd #fd740b #0bfd74

Analogous Colors of #740bfd

#740bfd #ed0bfd #0b1bfd

Monochromatic Colors of #740bfd

#740bfd

Complementary Color

#740bfd #94fd0b

#740bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#740bfd Color CSS Codes

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

#740bfd Text Font Color

<p style="color:#740bfd">Text here</p>

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


#740bfd Background Color

<div style="background-color:#740bfd">
Div content here</div>

This div background color is #740bfd


#740bfd Border Color

<div style="border:3px solid #740bfd">
Div here</div>

This div border color is #740bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,11,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #740bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #740bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #740bfd;
  box-shadow:         1px 1px 3px 2px #740bfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.