Color Hex Logo

#754bfb Color Hex

#754BFB
(117,75,251)
0 Favorites   0 Comments

Color spaces of #754bfb

RGB 11775251
HSL0.710.960.64
HSV254°70°98°
CMYK 0.530.700.00   0.02
XYZ27.264815.779192.8754
Yxy15.77910.20060.1161
Hunter Lab39.722953.0028-110.8188
CIE-Lab46.683359.5682-81.6003

#754bfb color RGB value is (117,75,251).

#754bfb hex color red value is 117, green value is 75 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #754bfb hue: 0.71 , saturation: 0.96 and the lightness value of 754bfb is 0.64.

The process color (four color CMYK) of #754bfb color hex is 0.53, 0.70, 0.00, 0.02. Web safe color of #754bfb is #6633ff. Color #754bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001011 11111011
Octal 165 113 373
Decimal 117 75 251
Hex 75 4B FB

RGB Percentages of Color #754bfb

%26.41
%16.93
%56.66

CMYK Percentages of Color #754bfb

%53
%70
%0
%2

Triadic Colors of #754bfb

#754bfb #fb754b #4bfb75

Analogous Colors of #754bfb

#754bfb #cd4bfb #4b79fb

Monochromatic Colors of #754bfb

#754bfb

Complementary Color

#754bfb #d1fb4b

#754bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754bfb Color CSS Codes

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

#754bfb Text Font Color

<p style="color:#754bfb">Text here</p>

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


#754bfb Background Color

<div style="background-color:#754bfb">
Div content here</div>

This div background color is #754bfb


#754bfb Border Color

<div style="border:3px solid #754bfb">
Div here</div>

This div border color is #754bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,75,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #754bfb;
  box-shadow:         1px 1px 3px 2px #754bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,75,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754bfb


Comments

No comments written yet.

Please login to write comment.