Color Hex Logo

#704cfb Color Hex

#704CFB
(112,76,251)
0 Favorites   0 Comments

Color spaces of #704cfb

RGB 11276251
HSL0.700.960.64
HSV252°70°98°
CMYK 0.550.700.00   0.02
XYZ26.679115.578792.8676
Yxy15.57870.19740.1153
Hunter Lab39.469951.5823-111.8730
CIE-Lab46.416858.3385-82.0545

#704cfb color RGB value is (112,76,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001100 11111011
Octal 160 114 373
Decimal 112 76 251
Hex 70 4C FB

RGB Percentages of Color #704cfb

%25.51
%17.31
%57.18

CMYK Percentages of Color #704cfb

%55
%70
%0
%2

Triadic Colors of #704cfb

#704cfb #fb704c #4cfb70

Analogous Colors of #704cfb

#704cfb #c84cfb #4c80fb

Monochromatic Colors of #704cfb

#704cfb

Complementary Color

#704cfb #d7fb4c

#704cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#704cfb Color CSS Codes

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

#704cfb Text Font Color

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

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


#704cfb Background Color

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

This div background color is #704cfb


#704cfb Border Color

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

This div border color is #704cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704cfb


Comments

No comments written yet.

Please login to write comment.