Color Hex Logo

#704bbe Color Hex

#704BBE
(112,75,190)
0 Favorites   0 Comments

Color spaces of #704bbe

RGB 11275190
HSL0.720.470.52
HSV259°61°75°
CMYK 0.410.610.00   0.25
XYZ18.492412.194650.0943
Yxy12.19460.22890.1510
Hunter Lab34.920833.4139-60.6077
CIE-Lab41.523741.7794-55.2183

#704bbe color RGB value is (112,75,190).

#704bbe hex color red value is 112, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #704bbe hue: 0.72 , saturation: 0.47 and the lightness value of 704bbe is 0.52.

The process color (four color CMYK) of #704bbe color hex is 0.41, 0.61, 0.00, 0.25. Web safe color of #704bbe is #6633cc. Color #704bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001011 10111110
Octal 160 113 276
Decimal 112 75 190
Hex 70 4B BE

RGB Percentages of Color #704bbe

%29.71
%19.89
%50.40

CMYK Percentages of Color #704bbe

%41
%61
%0
%25

Triadic Colors of #704bbe

#704bbe #be704b #4bbe70

Analogous Colors of #704bbe

#704bbe #aa4bbe #4b60be

Monochromatic Colors of #704bbe

#704bbe

Complementary Color

#704bbe #99be4b

#704bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#704bbe Color CSS Codes

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

#704bbe Text Font Color

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

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


#704bbe Background Color

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

This div background color is #704bbe


#704bbe Border Color

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

This div border color is #704bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704bbe


Comments

No comments written yet.

Please login to write comment.