Color Hex Logo

#6250ce Color Hex

#6250CE
(98,80,206)
0 Favorites   0 Comments

Color spaces of #6250ce

RGB 9880206
HSL0.690.560.56
HSV249°61°81°
CMYK 0.520.610.00   0.19
XYZ19.046212.790259.8574
Yxy12.79020.20770.1395
Hunter Lab35.763432.4763-74.1997
CIE-Lab42.445440.6705-63.0705

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010000 11001110
Octal 142 120 316
Decimal 98 80 206
Hex 62 50 CE

RGB Percentages of Color #6250ce

%25.52
%20.83
%53.65

CMYK Percentages of Color #6250ce

%52
%61
%0
%19

Triadic Colors of #6250ce

#6250ce #ce6250 #50ce62

Analogous Colors of #6250ce

#6250ce #a150ce #507dce

Monochromatic Colors of #6250ce

#6250ce

Complementary Color

#6250ce #bcce50

#6250ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6250ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6250ce Color CSS Codes

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

#6250ce Text Font Color

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

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


#6250ce Background Color

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

This div background color is #6250ce


#6250ce Border Color

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

This div border color is #6250ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6250ce


Comments

No comments written yet.

Please login to write comment.