Color Hex Logo

#6283fc Color Hex

#6283FC
(98,131,252)
0 Favorites   0 Comments

Color spaces of #6283fc

RGB 98131252
HSL0.630.960.69
HSV227°61°99°
CMYK 0.610.480.00   0.01
XYZ30.724025.857595.4671
Yxy25.85750.20210.1701
Hunter Lab50.850318.8627-75.7168
CIE-Lab57.901524.6082-64.0067

#6283fc color RGB value is (98,131,252).

#6283fc hex color red value is 98, green value is 131 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6283fc hue: 0.63 , saturation: 0.96 and the lightness value of 6283fc is 0.69.

The process color (four color CMYK) of #6283fc color hex is 0.61, 0.48, 0.00, 0.01. Web safe color of #6283fc is #6699ff. Color #6283fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000011 11111100
Octal 142 203 374
Decimal 98 131 252
Hex 62 83 FC

RGB Percentages of Color #6283fc

%20.37
%27.23
%52.39

CMYK Percentages of Color #6283fc

%61
%48
%0
%1

Triadic Colors of #6283fc

#6283fc #fc6283 #83fc62

Analogous Colors of #6283fc

#6283fc #8e62fc #62d0fc

Monochromatic Colors of #6283fc

#6283fc

Complementary Color

#6283fc #fcdb62

#6283fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6283fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6283fc Color CSS Codes

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

#6283fc Text Font Color

<p style="color:#6283fc">Text here</p>

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


#6283fc Background Color

<div style="background-color:#6283fc">
Div content here</div>

This div background color is #6283fc


#6283fc Border Color

<div style="border:3px solid #6283fc">
Div here</div>

This div border color is #6283fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,131,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6283fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6283fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6283fc;
  box-shadow:         1px 1px 3px 2px #6283fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6283fc


Comments

No comments written yet.

Please login to write comment.