Color Hex Logo

#0735ce Color Hex

#0735CE
(7,53,206)
0 Favorites   0 Comments

Color spaces of #0735ce

RGB 753206
HSL0.630.930.42
HSV226°97°81°
CMYK 0.970.740.00   0.19
XYZ12.50137.047659.0940
Yxy7.04760.15900.0896
Hunter Lab26.547337.5990-113.3957
CIE-Lab31.915047.7478-80.5269

#0735ce color RGB value is (7,53,206).

#0735ce hex color red value is 7, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0735ce hue: 0.63 , saturation: 0.93 and the lightness value of 0735ce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 11001110
Octal 7 65 316
Decimal 7 53 206
Hex 7 35 CE

RGB Percentages of Color #0735ce

%2.63
%19.92
%77.44

CMYK Percentages of Color #0735ce

%97
%74
%0
%19

Triadic Colors of #0735ce

#0735ce #ce0735 #35ce07

Analogous Colors of #0735ce

#0735ce #3c07ce #0799ce

Monochromatic Colors of #0735ce

#0735ce

Complementary Color

#0735ce #cea007

#0735ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0735ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0735ce Color CSS Codes

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

#0735ce Text Font Color

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

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


#0735ce Background Color

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

This div background color is #0735ce


#0735ce Border Color

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

This div border color is #0735ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,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 #0735ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0735ce


Comments

No comments written yet.

Please login to write comment.