Color Hex Logo

#6288fc Color Hex

#6288FC
(98,136,252)
0 Favorites   0 Comments

Color spaces of #6288fc

RGB 98136252
HSL0.630.960.69
HSV225°61°99°
CMYK 0.610.460.00   0.01
XYZ31.411827.233395.6964
Yxy27.23330.20350.1764
Hunter Lab52.185516.1190-72.1945
CIE-Lab59.189721.5977-61.9390

#6288fc color RGB value is (98,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001000 11111100
Octal 142 210 374
Decimal 98 136 252
Hex 62 88 FC

RGB Percentages of Color #6288fc

%20.16
%27.98
%51.85

CMYK Percentages of Color #6288fc

%61
%46
%0
%1

Triadic Colors of #6288fc

#6288fc #fc6288 #88fc62

Analogous Colors of #6288fc

#6288fc #8962fc #62d5fc

Monochromatic Colors of #6288fc

#6288fc

Complementary Color

#6288fc #fcd662

#6288fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6288fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6288fc Color CSS Codes

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

#6288fc Text Font Color

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

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


#6288fc Background Color

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

This div background color is #6288fc


#6288fc Border Color

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

This div border color is #6288fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6288fc


Comments

No comments written yet.

Please login to write comment.