Color Hex Logo

#525fb2 Color Hex

#525FB2
(82,95,178)
0 Favorites   0 Comments

Color spaces of #525fb2

RGB 8295178
HSL0.640.380.51
HSV232°54°70°
CMYK 0.540.470.00   0.30
XYZ15.607813.192643.8433
Yxy13.19260.21490.1816
Hunter Lab36.321613.1406-46.1430
CIE-Lab43.052019.2681-45.8739

#525fb2 color RGB value is (82,95,178).

#525fb2 hex color red value is 82, green value is 95 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #525fb2 hue: 0.64 , saturation: 0.38 and the lightness value of 525fb2 is 0.51.

The process color (four color CMYK) of #525fb2 color hex is 0.54, 0.47, 0.00, 0.30. Web safe color of #525fb2 is #666699. Color #525fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011111 10110010
Octal 122 137 262
Decimal 82 95 178
Hex 52 5F B2

RGB Percentages of Color #525fb2

%23.10
%26.76
%50.14

CMYK Percentages of Color #525fb2

%54
%47
%0
%30

Triadic Colors of #525fb2

#525fb2 #b2525f #5fb252

Analogous Colors of #525fb2

#525fb2 #7552b2 #528fb2

Monochromatic Colors of #525fb2

#525fb2

Complementary Color

#525fb2 #b2a552

#525fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525fb2 Color CSS Codes

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

#525fb2 Text Font Color

<p style="color:#525fb2">Text here</p>

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


#525fb2 Background Color

<div style="background-color:#525fb2">
Div content here</div>

This div background color is #525fb2


#525fb2 Border Color

<div style="border:3px solid #525fb2">
Div here</div>

This div border color is #525fb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,95,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525fb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525fb2;
  -webkit-box-shadow: 1px 1px 3px 2px #525fb2;
  box-shadow:         1px 1px 3px 2px #525fb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525fb2


Comments

No comments written yet.

Please login to write comment.