Color Hex Logo

#754afd Color Hex

#754AFD
(117,74,253)
0 Favorites   0 Comments

Color spaces of #754afd

RGB 11774253
HSL0.710.980.64
HSV254°71°99°
CMYK 0.540.710.00   0.01
XYZ27.514515.771394.5225
Yxy15.77130.19970.1144
Hunter Lab39.713154.1726-113.3190
CIE-Lab46.673060.6163-82.7329

#754afd color RGB value is (117,74,253).

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

The process color (four color CMYK) of #754afd color hex is 0.54, 0.71, 0.00, 0.01. Web safe color of #754afd is #6633ff. Color #754afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11111101
Octal 165 112 375
Decimal 117 74 253
Hex 75 4A FD

RGB Percentages of Color #754afd

%26.35
%16.67
%56.98

CMYK Percentages of Color #754afd

%54
%71
%0
%1

Triadic Colors of #754afd

#754afd #fd754a #4afd75

Analogous Colors of #754afd

#754afd #cf4afd #4a79fd

Monochromatic Colors of #754afd

#754afd

Complementary Color

#754afd #d2fd4a

#754afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#754afd Color CSS Codes

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

#754afd Text Font Color

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

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


#754afd Background Color

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

This div background color is #754afd


#754afd Border Color

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

This div border color is #754afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,74,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 #754afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754afd


Comments

No comments written yet.

Please login to write comment.