Color Hex Logo

#702cee Color Hex

#702CEE
(112,44,238)
0 Favorites   0 Comments

Color spaces of #702cee

RGB 11244238
HSL0.730.850.55
HSV261°82°93°
CMYK 0.530.820.00   0.07
XYZ23.015411.419281.8800
Yxy11.41920.19790.0982
Hunter Lab33.792362.4370-120.0072
CIE-Lab40.277769.0709-84.8429

#702cee color RGB value is (112,44,238).

#702cee hex color red value is 112, green value is 44 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #702cee hue: 0.73 , saturation: 0.85 and the lightness value of 702cee is 0.55.

The process color (four color CMYK) of #702cee color hex is 0.53, 0.82, 0.00, 0.07. Web safe color of #702cee is #6633ff. Color #702cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101100 11101110
Octal 160 54 356
Decimal 112 44 238
Hex 70 2C EE

RGB Percentages of Color #702cee

%28.43
%11.17
%60.41

CMYK Percentages of Color #702cee

%53
%82
%0
%7

Triadic Colors of #702cee

#702cee #ee702c #2cee70

Analogous Colors of #702cee

#702cee #d12cee #2c49ee

Monochromatic Colors of #702cee

#702cee

Complementary Color

#702cee #aaee2c

#702cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#702cee Color CSS Codes

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

#702cee Text Font Color

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

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


#702cee Background Color

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

This div background color is #702cee


#702cee Border Color

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

This div border color is #702cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702cee


Comments

No comments written yet.

Please login to write comment.