Color Hex Logo

#5268cb Color Hex

#5268CB
(82,104,203)
0 Favorites   0 Comments

Color spaces of #5268cb

RGB 82104203
HSL0.640.540.56
HSV229°60°80°
CMYK 0.600.490.00   0.20
XYZ19.209516.006358.5770
Yxy16.00630.20480.1707
Hunter Lab40.007915.6917-58.8032
CIE-Lab46.982821.9468-54.0709

#5268cb color RGB value is (82,104,203).

#5268cb hex color red value is 82, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5268cb hue: 0.64 , saturation: 0.54 and the lightness value of 5268cb is 0.56.

The process color (four color CMYK) of #5268cb color hex is 0.60, 0.49, 0.00, 0.20. Web safe color of #5268cb is #6666cc. Color #5268cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 11001011
Octal 122 150 313
Decimal 82 104 203
Hex 52 68 CB

RGB Percentages of Color #5268cb

%21.08
%26.74
%52.19

CMYK Percentages of Color #5268cb

%60
%49
%0
%20

Triadic Colors of #5268cb

#5268cb #cb5268 #68cb52

Analogous Colors of #5268cb

#5268cb #7952cb #52a5cb

Monochromatic Colors of #5268cb

#5268cb

Complementary Color

#5268cb #cbb552

#5268cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5268cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5268cb Color CSS Codes

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

#5268cb Text Font Color

<p style="color:#5268cb">Text here</p>

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


#5268cb Background Color

<div style="background-color:#5268cb">
Div content here</div>

This div background color is #5268cb


#5268cb Border Color

<div style="border:3px solid #5268cb">
Div here</div>

This div border color is #5268cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,104,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5268cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5268cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5268cb;
  box-shadow:         1px 1px 3px 2px #5268cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5268cb


Comments

No comments written yet.

Please login to write comment.