Color Hex Logo

#745fdf Color Hex

#745FDF
(116,95,223)
0 Favorites   0 Comments

Color spaces of #745fdf

RGB 11695223
HSL0.690.670.62
HSV250°57°87°
CMYK 0.480.570.00   0.13
XYZ24.614017.225171.8395
Yxy17.22510.21650.1515
Hunter Lab41.503133.2314-73.5753
CIE-Lab48.542440.5018-62.8329

#745fdf color RGB value is (116,95,223).

#745fdf hex color red value is 116, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #745fdf hue: 0.69 , saturation: 0.67 and the lightness value of 745fdf is 0.62.

The process color (four color CMYK) of #745fdf color hex is 0.48, 0.57, 0.00, 0.13. Web safe color of #745fdf is #6666cc. Color #745fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011111 11011111
Octal 164 137 337
Decimal 116 95 223
Hex 74 5F DF

RGB Percentages of Color #745fdf

%26.73
%21.89
%51.38

CMYK Percentages of Color #745fdf

%48
%57
%0
%13

Triadic Colors of #745fdf

#745fdf #df745f #5fdf74

Analogous Colors of #745fdf

#745fdf #b45fdf #5f8adf

Monochromatic Colors of #745fdf

#745fdf

Complementary Color

#745fdf #cadf5f

#745fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#745fdf Color CSS Codes

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

#745fdf Text Font Color

<p style="color:#745fdf">Text here</p>

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


#745fdf Background Color

<div style="background-color:#745fdf">
Div content here</div>

This div background color is #745fdf


#745fdf Border Color

<div style="border:3px solid #745fdf">
Div here</div>

This div border color is #745fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,95,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #745fdf;
  box-shadow:         1px 1px 3px 2px #745fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745fdf


Comments

No comments written yet.

Please login to write comment.