Color Hex Logo

#7035ef Color Hex

#7035EF
(112,53,239)
0 Favorites   0 Comments

Color spaces of #7035ef

RGB 11253239
HSL0.720.850.57
HSV259°78°94°
CMYK 0.530.780.00   0.06
XYZ23.535212.222982.7802
Yxy12.22290.19850.1031
Hunter Lab34.961358.9803-115.9121
CIE-Lab41.568265.8372-83.2820

#7035ef color RGB value is (112,53,239).

#7035ef hex color red value is 112, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7035ef hue: 0.72 , saturation: 0.85 and the lightness value of 7035ef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 11101111
Octal 160 65 357
Decimal 112 53 239
Hex 70 35 EF

RGB Percentages of Color #7035ef

%27.72
%13.12
%59.16

CMYK Percentages of Color #7035ef

%53
%78
%0
%6

Triadic Colors of #7035ef

#7035ef #ef7035 #35ef70

Analogous Colors of #7035ef

#7035ef #cd35ef #3557ef

Monochromatic Colors of #7035ef

#7035ef

Complementary Color

#7035ef #b4ef35

#7035ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7035ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7035ef Color CSS Codes

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

#7035ef Text Font Color

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

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


#7035ef Background Color

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

This div background color is #7035ef


#7035ef Border Color

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

This div border color is #7035ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,53,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 #7035ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7035ef


Comments

No comments written yet.

Please login to write comment.