Color Hex Logo

#704bec Color Hex

#704BEC
(112,75,236)
0 Favorites   0 Comments

Color spaces of #704bec

RGB 11275236
HSL0.700.810.61
HSV254°68°93°
CMYK 0.530.680.00   0.07
XYZ24.338514.533080.8793
Yxy14.53300.20320.1214
Hunter Lab38.122247.2467-99.1031
CIE-Lab44.987854.6298-75.9781

#704bec color RGB value is (112,75,236).

#704bec hex color red value is 112, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #704bec hue: 0.70 , saturation: 0.81 and the lightness value of 704bec is 0.61.

The process color (four color CMYK) of #704bec color hex is 0.53, 0.68, 0.00, 0.07. Web safe color of #704bec is #6633ff. Color #704bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001011 11101100
Octal 160 113 354
Decimal 112 75 236
Hex 70 4B EC

RGB Percentages of Color #704bec

%26.48
%17.73
%55.79

CMYK Percentages of Color #704bec

%53
%68
%0
%7

Triadic Colors of #704bec

#704bec #ec704b #4bec70

Analogous Colors of #704bec

#704bec #c14bec #4b77ec

Monochromatic Colors of #704bec

#704bec

Complementary Color

#704bec #c7ec4b

#704bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#704bec Color CSS Codes

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

#704bec Text Font Color

<p style="color:#704bec">Text here</p>

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


#704bec Background Color

<div style="background-color:#704bec">
Div content here</div>

This div background color is #704bec


#704bec Border Color

<div style="border:3px solid #704bec">
Div here</div>

This div border color is #704bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,75,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #704bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #704bec;
  -webkit-box-shadow: 1px 1px 3px 2px #704bec;
  box-shadow:         1px 1px 3px 2px #704bec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704bec


Comments

No comments written yet.

Please login to write comment.