Color Hex Logo

#704bbd Color Hex

#704BBD
(112,75,189)
0 Favorites   0 Comments

Color spaces of #704bbd

RGB 11275189
HSL0.720.460.52
HSV259°60°74°
CMYK 0.410.600.00   0.26
XYZ18.383512.151049.5206
Yxy12.15100.22960.1518
Hunter Lab34.858333.1350-59.8281
CIE-Lab41.455141.5054-54.7450

#704bbd color RGB value is (112,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001011 10111101
Octal 160 113 275
Decimal 112 75 189
Hex 70 4B BD

RGB Percentages of Color #704bbd

%29.79
%19.95
%50.27

CMYK Percentages of Color #704bbd

%41
%60
%0
%26

Triadic Colors of #704bbd

#704bbd #bd704b #4bbd70

Analogous Colors of #704bbd

#704bbd #a94bbd #4b5fbd

Monochromatic Colors of #704bbd

#704bbd

Complementary Color

#704bbd #98bd4b

#704bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#704bbd Color CSS Codes

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

#704bbd Text Font Color

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

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


#704bbd Background Color

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

This div background color is #704bbd


#704bbd Border Color

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

This div border color is #704bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704bbd


Comments

No comments written yet.

Please login to write comment.