Color Hex Logo

#704bfc Color Hex

#704BFC
(112,75,252)
0 Favorites   0 Comments

Color spaces of #704bfc

RGB 11275252
HSL0.700.970.64
HSV253°70°99°
CMYK 0.560.700.00   0.01
XYZ26.768915.505293.6774
Yxy15.50520.19690.1140
Hunter Lab39.376652.4382-113.4878
CIE-Lab46.318559.1292-82.7737

#704bfc color RGB value is (112,75,252).

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

The process color (four color CMYK) of #704bfc color hex is 0.56, 0.70, 0.00, 0.01. Web safe color of #704bfc is #6633ff. Color #704bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001011 11111100
Octal 160 113 374
Decimal 112 75 252
Hex 70 4B FC

RGB Percentages of Color #704bfc

%25.51
%17.08
%57.40

CMYK Percentages of Color #704bfc

%56
%70
%0
%1

Triadic Colors of #704bfc

#704bfc #fc704b #4bfc70

Analogous Colors of #704bfc

#704bfc #c94bfc #4b7ffc

Monochromatic Colors of #704bfc

#704bfc

Complementary Color

#704bfc #d7fc4b

#704bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#704bfc Color CSS Codes

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

#704bfc Text Font Color

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

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


#704bfc Background Color

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

This div background color is #704bfc


#704bfc Border Color

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

This div border color is #704bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704bfc


Comments

No comments written yet.

Please login to write comment.