Color Hex Logo

#5267fb Color Hex

#5267FB
(82,103,251)
0 Favorites   0 Comments

Color spaces of #5267fb

RGB 82103251
HSL0.650.950.65
HSV233°67°98°
CMYK 0.670.590.00   0.02
XYZ25.742518.459493.4730
Yxy18.45940.18700.1341
Hunter Lab42.964431.7621-98.9157
CIE-Lab50.048638.8075-76.2040

#5267fb color RGB value is (82,103,251).

#5267fb hex color red value is 82, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5267fb hue: 0.65 , saturation: 0.95 and the lightness value of 5267fb is 0.65.

The process color (four color CMYK) of #5267fb color hex is 0.67, 0.59, 0.00, 0.02. Web safe color of #5267fb is #6666ff. Color #5267fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 11111011
Octal 122 147 373
Decimal 82 103 251
Hex 52 67 FB

RGB Percentages of Color #5267fb

%18.81
%23.62
%57.57

CMYK Percentages of Color #5267fb

%67
%59
%0
%2

Triadic Colors of #5267fb

#5267fb #fb5267 #67fb52

Analogous Colors of #5267fb

#5267fb #9252fb #52bcfb

Monochromatic Colors of #5267fb

#5267fb

Complementary Color

#5267fb #fbe652

#5267fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5267fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5267fb Color CSS Codes

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

#5267fb Text Font Color

<p style="color:#5267fb">Text here</p>

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


#5267fb Background Color

<div style="background-color:#5267fb">
Div content here</div>

This div background color is #5267fb


#5267fb Border Color

<div style="border:3px solid #5267fb">
Div here</div>

This div border color is #5267fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,103,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5267fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5267fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5267fb;
  box-shadow:         1px 1px 3px 2px #5267fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,103,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5267fb


Comments

No comments written yet.

Please login to write comment.