Color Hex Logo

#5265ce Color Hex

#5265CE
(82,101,206)
0 Favorites   0 Comments

Color spaces of #5265ce

RGB 82101206
HSL0.640.560.56
HSV231°60°81°
CMYK 0.600.510.00   0.19
XYZ19.273915.557460.3796
Yxy15.55740.20240.1634
Hunter Lab39.442918.1996-63.1518
CIE-Lab46.388424.8363-56.7474

#5265ce color RGB value is (82,101,206).

#5265ce hex color red value is 82, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5265ce hue: 0.64 , saturation: 0.56 and the lightness value of 5265ce is 0.56.

The process color (four color CMYK) of #5265ce color hex is 0.60, 0.51, 0.00, 0.19. Web safe color of #5265ce is #6666cc. Color #5265ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100101 11001110
Octal 122 145 316
Decimal 82 101 206
Hex 52 65 CE

RGB Percentages of Color #5265ce

%21.08
%25.96
%52.96

CMYK Percentages of Color #5265ce

%60
%51
%0
%19

Triadic Colors of #5265ce

#5265ce #ce5265 #65ce52

Analogous Colors of #5265ce

#5265ce #7d52ce #52a3ce

Monochromatic Colors of #5265ce

#5265ce

Complementary Color

#5265ce #cebb52

#5265ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5265ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5265ce Color CSS Codes

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

#5265ce Text Font Color

<p style="color:#5265ce">Text here</p>

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


#5265ce Background Color

<div style="background-color:#5265ce">
Div content here</div>

This div background color is #5265ce


#5265ce Border Color

<div style="border:3px solid #5265ce">
Div here</div>

This div border color is #5265ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,101,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5265ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5265ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5265ce;
  box-shadow:         1px 1px 3px 2px #5265ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5265ce


Comments

No comments written yet.

Please login to write comment.