Color Hex Logo

#6275fc Color Hex

#6275FC
(98,117,252)
0 Favorites   0 Comments

Color spaces of #6275fc

RGB 98117252
HSL0.650.960.69
HSV233°61°99°
CMYK 0.610.540.00   0.01
XYZ28.969022.347594.8821
Yxy22.34750.19810.1529
Hunter Lab47.273126.6569-85.9100
CIE-Lab54.393833.0656-69.6628

#6275fc color RGB value is (98,117,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110101 11111100
Octal 142 165 374
Decimal 98 117 252
Hex 62 75 FC

RGB Percentages of Color #6275fc

%20.99
%25.05
%53.96

CMYK Percentages of Color #6275fc

%61
%54
%0
%1

Triadic Colors of #6275fc

#6275fc #fc6275 #75fc62

Analogous Colors of #6275fc

#6275fc #9c62fc #62c2fc

Monochromatic Colors of #6275fc

#6275fc

Complementary Color

#6275fc #fce962

#6275fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6275fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6275fc Color CSS Codes

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

#6275fc Text Font Color

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

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


#6275fc Background Color

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

This div background color is #6275fc


#6275fc Border Color

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

This div border color is #6275fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6275fc


Comments

No comments written yet.

Please login to write comment.