Color Hex Logo

#702ecd Color Hex

#702ECD
(112,46,205)
0 Favorites   0 Comments

Color spaces of #702ecd

RGB 11246205
HSL0.740.630.49
HSV265°78°80°
CMYK 0.450.780.00   0.20
XYZ18.67859.806558.6660
Yxy9.80650.21430.1125
Hunter Lab31.315351.6672-89.1529
CIE-Lab37.492960.1224-70.5151

#702ecd color RGB value is (112,46,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 11001101
Octal 160 56 315
Decimal 112 46 205
Hex 70 2E CD

RGB Percentages of Color #702ecd

%30.85
%12.67
%56.47

CMYK Percentages of Color #702ecd

%45
%78
%0
%20

Triadic Colors of #702ecd

#702ecd #cd702e #2ecd70

Analogous Colors of #702ecd

#702ecd #c02ecd #2e3bcd

Monochromatic Colors of #702ecd

#702ecd

Complementary Color

#702ecd #8bcd2e

#702ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#702ecd Color CSS Codes

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

#702ecd Text Font Color

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

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


#702ecd Background Color

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

This div background color is #702ecd


#702ecd Border Color

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

This div border color is #702ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702ecd


Comments

No comments written yet.

Please login to write comment.