Color Hex Logo

#7035ce Color Hex

#7035CE
(112,53,206)
0 Favorites   0 Comments

Color spaces of #7035ce

RGB 11253206
HSL0.730.610.51
HSV263°74°81°
CMYK 0.460.740.00   0.19
XYZ19.095810.447259.4026
Yxy10.44720.21470.1175
Hunter Lab32.322148.8934-86.3395
CIE-Lab38.633457.3555-69.2270

#7035ce color RGB value is (112,53,206).

#7035ce hex color red value is 112, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7035ce hue: 0.73 , saturation: 0.61 and the lightness value of 7035ce is 0.51.

The process color (four color CMYK) of #7035ce color hex is 0.46, 0.74, 0.00, 0.19. Web safe color of #7035ce is #6633cc. Color #7035ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 11001110
Octal 160 65 316
Decimal 112 53 206
Hex 70 35 CE

RGB Percentages of Color #7035ce

%30.19
%14.29
%55.53

CMYK Percentages of Color #7035ce

%46
%74
%0
%19

Triadic Colors of #7035ce

#7035ce #ce7035 #35ce70

Analogous Colors of #7035ce

#7035ce #bd35ce #3547ce

Monochromatic Colors of #7035ce

#7035ce

Complementary Color

#7035ce #93ce35

#7035ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7035ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7035ce Color CSS Codes

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

#7035ce Text Font Color

<p style="color:#7035ce">Text here</p>

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


#7035ce Background Color

<div style="background-color:#7035ce">
Div content here</div>

This div background color is #7035ce


#7035ce Border Color

<div style="border:3px solid #7035ce">
Div here</div>

This div border color is #7035ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,53,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7035ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7035ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7035ce;
  box-shadow:         1px 1px 3px 2px #7035ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7035ce


Comments

No comments written yet.

Please login to write comment.