Color Hex Logo

#754bde Color Hex

#754BDE
(117,75,222)
0 Favorites   0 Comments

Color spaces of #754bde

RGB 11775222
HSL0.710.690.58
HSV257°66°87°
CMYK 0.470.660.00   0.13
XYZ23.037014.088070.6123
Yxy14.08800.21380.1308
Hunter Lab37.534043.8724-85.2679
CIE-Lab44.358951.5772-69.0488

#754bde color RGB value is (117,75,222).

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

The process color (four color CMYK) of #754bde color hex is 0.47, 0.66, 0.00, 0.13. Web safe color of #754bde is #6633cc. Color #754bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001011 11011110
Octal 165 113 336
Decimal 117 75 222
Hex 75 4B DE

RGB Percentages of Color #754bde

%28.26
%18.12
%53.62

CMYK Percentages of Color #754bde

%47
%66
%0
%13

Triadic Colors of #754bde

#754bde #de754b #4bde75

Analogous Colors of #754bde

#754bde #bf4bde #4b6bde

Monochromatic Colors of #754bde

#754bde

Complementary Color

#754bde #b4de4b

#754bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#754bde Color CSS Codes

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

#754bde Text Font Color

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

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


#754bde Background Color

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

This div background color is #754bde


#754bde Border Color

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

This div border color is #754bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754bde


Comments

No comments written yet.

Please login to write comment.