Color Hex Logo

#702cdc Color Hex

#702CDC
(112,44,220)
0 Favorites   0 Comments

Color spaces of #702cdc

RGB 11244220
HSL0.730.720.52
HSV263°80°86°
CMYK 0.490.800.00   0.14
XYZ20.501010.413468.6396
Yxy10.41340.20590.1046
Hunter Lab32.269856.9289-103.5242
CIE-Lab38.574464.6235-77.3947

#702cdc color RGB value is (112,44,220).

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

The process color (four color CMYK) of #702cdc color hex is 0.49, 0.80, 0.00, 0.14. Web safe color of #702cdc is #6633cc. Color #702cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101100 11011100
Octal 160 54 334
Decimal 112 44 220
Hex 70 2C DC

RGB Percentages of Color #702cdc

%29.79
%11.70
%58.51

CMYK Percentages of Color #702cdc

%49
%80
%0
%14

Triadic Colors of #702cdc

#702cdc #dc702c #2cdc70

Analogous Colors of #702cdc

#702cdc #c82cdc #2c40dc

Monochromatic Colors of #702cdc

#702cdc

Complementary Color

#702cdc #98dc2c

#702cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#702cdc Color CSS Codes

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

#702cdc Text Font Color

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

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


#702cdc Background Color

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

This div background color is #702cdc


#702cdc Border Color

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

This div border color is #702cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702cdc


Comments

No comments written yet.

Please login to write comment.