Color Hex Logo

#6262ce Color Hex

#6262CE
(98,98,206)
0 Favorites   0 Comments

Color spaces of #6262ce

RGB 9898206
HSL0.670.520.60
HSV240°52°81°
CMYK 0.520.520.00   0.19
XYZ20.545315.788360.3571
Yxy15.78830.21250.1633
Hunter Lab39.734522.7607-62.2480
CIE-Lab46.695529.8345-56.1974

#6262ce color RGB value is (98,98,206).

#6262ce hex color red value is 98, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6262ce hue: 0.67 , saturation: 0.52 and the lightness value of 6262ce is 0.60.

The process color (four color CMYK) of #6262ce color hex is 0.52, 0.52, 0.00, 0.19. Web safe color of #6262ce is #6666cc. Color #6262ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100010 11001110
Octal 142 142 316
Decimal 98 98 206
Hex 62 62 CE

RGB Percentages of Color #6262ce

%24.38
%24.38
%51.24

CMYK Percentages of Color #6262ce

%52
%52
%0
%19

Triadic Colors of #6262ce

#6262ce #ce6262 #62ce62

Analogous Colors of #6262ce

#6262ce #9862ce #6298ce

Monochromatic Colors of #6262ce

#6262ce

Complementary Color

#6262ce #cece62

#6262ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6262ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6262ce Color CSS Codes

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

#6262ce Text Font Color

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

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


#6262ce Background Color

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

This div background color is #6262ce


#6262ce Border Color

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

This div border color is #6262ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6262ce


Comments

No comments written yet.

Please login to write comment.