Color Hex Logo

#702ccc Color Hex

#702CCC
(112,44,204)
0 Favorites   0 Comments

Color spaces of #702ccc

RGB 11244204
HSL0.740.650.49
HSV266°78°80°
CMYK 0.450.780.00   0.20
XYZ18.48199.605758.0067
Yxy9.60570.21470.1116
Hunter Lab30.993152.2059-89.2722
CIE-Lab37.125360.6836-70.5370

#702ccc color RGB value is (112,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101100 11001100
Octal 160 54 314
Decimal 112 44 204
Hex 70 2C CC

RGB Percentages of Color #702ccc

%31.11
%12.22
%56.67

CMYK Percentages of Color #702ccc

%45
%78
%0
%20

Triadic Colors of #702ccc

#702ccc #cc702c #2ccc70

Analogous Colors of #702ccc

#702ccc #c02ccc #2c38cc

Monochromatic Colors of #702ccc

#702ccc

Complementary Color

#702ccc #88cc2c

#702ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#702ccc Color CSS Codes

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

#702ccc Text Font Color

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

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


#702ccc Background Color

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

This div background color is #702ccc


#702ccc Border Color

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

This div border color is #702ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702ccc


Comments

No comments written yet.

Please login to write comment.