Color Hex Logo

#702bcc Color Hex

#702BCC
(112,43,204)
0 Favorites   0 Comments

Color spaces of #702bcc

RGB 11243204
HSL0.740.650.48
HSV266°79°80°
CMYK 0.450.790.00   0.20
XYZ18.44519.532157.9945
Yxy9.53210.21450.1109
Hunter Lab30.874152.6115-89.7596
CIE-Lab36.989261.0775-70.7601

#702bcc color RGB value is (112,43,204).

#702bcc hex color red value is 112, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #702bcc hue: 0.74 , saturation: 0.65 and the lightness value of 702bcc is 0.48.

The process color (four color CMYK) of #702bcc color hex is 0.45, 0.79, 0.00, 0.20. Web safe color of #702bcc is #6633cc. Color #702bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 11001100
Octal 160 53 314
Decimal 112 43 204
Hex 70 2B CC

RGB Percentages of Color #702bcc

%31.20
%11.98
%56.82

CMYK Percentages of Color #702bcc

%45
%79
%0
%20

Triadic Colors of #702bcc

#702bcc #cc702b #2bcc70

Analogous Colors of #702bcc

#702bcc #c12bcc #2b36cc

Monochromatic Colors of #702bcc

#702bcc

Complementary Color

#702bcc #87cc2b

#702bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bcc Color CSS Codes

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

#702bcc Text Font Color

<p style="color:#702bcc">Text here</p>

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


#702bcc Background Color

<div style="background-color:#702bcc">
Div content here</div>

This div background color is #702bcc


#702bcc Border Color

<div style="border:3px solid #702bcc">
Div here</div>

This div border color is #702bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,43,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #702bcc;
  box-shadow:         1px 1px 3px 2px #702bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bcc


Comments

No comments written yet.

Please login to write comment.