Color Hex Logo

#6250dd Color Hex

#6250DD
(98,80,221)
0 Favorites   0 Comments

Color spaces of #6250dd

RGB 9880221
HSL0.690.670.59
HSV248°64°87°
CMYK 0.560.640.00   0.13
XYZ20.956813.554469.9183
Yxy13.55440.20070.1298
Hunter Lab36.816337.1783-86.8270
CIE-Lab43.587045.2235-69.8106

#6250dd color RGB value is (98,80,221).

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

The process color (four color CMYK) of #6250dd color hex is 0.56, 0.64, 0.00, 0.13. Web safe color of #6250dd is #6666cc. Color #6250dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010000 11011101
Octal 142 120 335
Decimal 98 80 221
Hex 62 50 DD

RGB Percentages of Color #6250dd

%24.56
%20.05
%55.39

CMYK Percentages of Color #6250dd

%56
%64
%0
%13

Triadic Colors of #6250dd

#6250dd #dd6250 #50dd62

Analogous Colors of #6250dd

#6250dd #a950dd #5085dd

Monochromatic Colors of #6250dd

#6250dd

Complementary Color

#6250dd #cbdd50

#6250dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6250dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6250dd Color CSS Codes

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

#6250dd Text Font Color

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

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


#6250dd Background Color

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

This div background color is #6250dd


#6250dd Border Color

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

This div border color is #6250dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,80,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6250dd


Comments

No comments written yet.

Please login to write comment.