Color Hex Logo

#7045ef Color Hex

#7045EF
(112,69,239)
0 Favorites   0 Comments

Color spaces of #7045ef

RGB 11269239
HSL0.710.840.60
HSV255°71°94°
CMYK 0.530.710.00   0.06
XYZ24.390213.933083.0652
Yxy13.93300.20090.1148
Hunter Lab37.326951.3135-105.8117
CIE-Lab44.136758.5231-79.0628

#7045ef color RGB value is (112,69,239).

#7045ef hex color red value is 112, green value is 69 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7045ef hue: 0.71 , saturation: 0.84 and the lightness value of 7045ef is 0.60.

The process color (four color CMYK) of #7045ef color hex is 0.53, 0.71, 0.00, 0.06. Web safe color of #7045ef is #6633ff. Color #7045ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000101 11101111
Octal 160 105 357
Decimal 112 69 239
Hex 70 45 EF

RGB Percentages of Color #7045ef

%26.67
%16.43
%56.90

CMYK Percentages of Color #7045ef

%53
%71
%0
%6

Triadic Colors of #7045ef

#7045ef #ef7045 #45ef70

Analogous Colors of #7045ef

#7045ef #c545ef #456fef

Monochromatic Colors of #7045ef

#7045ef

Complementary Color

#7045ef #c4ef45

#7045ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7045ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7045ef Color CSS Codes

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

#7045ef Text Font Color

<p style="color:#7045ef">Text here</p>

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


#7045ef Background Color

<div style="background-color:#7045ef">
Div content here</div>

This div background color is #7045ef


#7045ef Border Color

<div style="border:3px solid #7045ef">
Div here</div>

This div border color is #7045ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,69,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7045ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7045ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7045ef;
  box-shadow:         1px 1px 3px 2px #7045ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,69,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7045ef


Comments

No comments written yet.

Please login to write comment.