Color Hex Logo

#0702ce Color Hex

#0702CE
(7,2,206)
0 Favorites   0 Comments

Color spaces of #0702ce

RGB 72206
HSL0.670.980.41
HSV241°99°81°
CMYK 0.970.990.00   0.19
XYZ11.24994.544858.6768
Yxy4.54480.15110.0610
Hunter Lab21.318556.8879-148.2659
CIE-Lab25.396467.0607-91.3810

#0702ce color RGB value is (7,2,206).

#0702ce hex color red value is 7, green value is 2 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0702ce hue: 0.67 , saturation: 0.98 and the lightness value of 0702ce is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000010 11001110
Octal 7 2 316
Decimal 7 2 206
Hex 7 2 CE

RGB Percentages of Color #0702ce

%3.26
%0.93
%95.81

CMYK Percentages of Color #0702ce

%97
%99
%0
%19

Triadic Colors of #0702ce

#0702ce #ce0702 #02ce07

Analogous Colors of #0702ce

#0702ce #6d02ce #0263ce

Monochromatic Colors of #0702ce

#0702ce

Complementary Color

#0702ce #c9ce02

#0702ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0702ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0702ce Color CSS Codes

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

#0702ce Text Font Color

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

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


#0702ce Background Color

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

This div background color is #0702ce


#0702ce Border Color

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

This div border color is #0702ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0702ce


Comments

No comments written yet.

Please login to write comment.