Color Hex Logo

#5269ce Color Hex

#5269CE
(82,105,206)
0 Favorites   0 Comments

Color spaces of #5269ce

RGB 82105206
HSL0.640.560.56
HSV229°60°81°
CMYK 0.600.490.00   0.19
XYZ19.671816.353260.5122
Yxy16.35320.20380.1694
Hunter Lab40.439116.0638-60.4129
CIE-Lab47.434522.3348-55.0639

#5269ce color RGB value is (82,105,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101001 11001110
Octal 122 151 316
Decimal 82 105 206
Hex 52 69 CE

RGB Percentages of Color #5269ce

%20.87
%26.72
%52.42

CMYK Percentages of Color #5269ce

%60
%49
%0
%19

Triadic Colors of #5269ce

#5269ce #ce5269 #69ce52

Analogous Colors of #5269ce

#5269ce #7952ce #52a7ce

Monochromatic Colors of #5269ce

#5269ce

Complementary Color

#5269ce #ceb752

#5269ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5269ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5269ce Color CSS Codes

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

#5269ce Text Font Color

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

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


#5269ce Background Color

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

This div background color is #5269ce


#5269ce Border Color

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

This div border color is #5269ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,105,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 #5269ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5269ce


Comments

No comments written yet.

Please login to write comment.