Color Hex Logo

#700cfb Color Hex

#700CFB
(112,12,251)
0 Favorites   0 Comments

Color spaces of #700cfb

RGB 11212251
HSL0.740.970.52
HSV265°95°98°
CMYK 0.550.950.00   0.02
XYZ24.226210.672792.0500
Yxy10.67270.19080.0841
Hunter Lab32.669175.1981-144.1899
CIE-Lab39.023779.8483-94.2431

#700cfb color RGB value is (112,12,251).

#700cfb hex color red value is 112, green value is 12 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #700cfb hue: 0.74 , saturation: 0.97 and the lightness value of 700cfb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001100 11111011
Octal 160 14 373
Decimal 112 12 251
Hex 70 C FB

RGB Percentages of Color #700cfb

%29.87
%3.20
%66.93

CMYK Percentages of Color #700cfb

%55
%95
%0
%2

Triadic Colors of #700cfb

#700cfb #fb700c #0cfb70

Analogous Colors of #700cfb

#700cfb #e80cfb #0c20fb

Monochromatic Colors of #700cfb

#700cfb

Complementary Color

#700cfb #97fb0c

#700cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#700cfb Color CSS Codes

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

#700cfb Text Font Color

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

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


#700cfb Background Color

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

This div background color is #700cfb


#700cfb Border Color

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

This div border color is #700cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,12,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 #700cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700cfb


Comments

No comments written yet.

Please login to write comment.