Color Hex Logo

#702eca Color Hex

#702ECA
(112,46,202)
0 Favorites   0 Comments

Color spaces of #702eca

RGB 11246202
HSL0.740.630.49
HSV265°77°79°
CMYK 0.450.770.00   0.21
XYZ18.31989.663056.7767
Yxy9.66300.21610.1140
Hunter Lab31.085450.7975-86.5321
CIE-Lab37.230759.3798-69.2010

#702eca color RGB value is (112,46,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 11001010
Octal 160 56 312
Decimal 112 46 202
Hex 70 2E CA

RGB Percentages of Color #702eca

%31.11
%12.78
%56.11

CMYK Percentages of Color #702eca

%45
%77
%0
%21

Triadic Colors of #702eca

#702eca #ca702e #2eca70

Analogous Colors of #702eca

#702eca #be2eca #2e3aca

Monochromatic Colors of #702eca

#702eca

Complementary Color

#702eca #88ca2e

#702eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#702eca Color CSS Codes

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

#702eca Text Font Color

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

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


#702eca Background Color

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

This div background color is #702eca


#702eca Border Color

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

This div border color is #702eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702eca


Comments

No comments written yet.

Please login to write comment.