Color Hex Logo

#525fd7 Color Hex

#525FD7
(82,95,215)
0 Favorites   0 Comments

Color spaces of #525fd7

RGB 8295215
HSL0.650.620.58
HSV234°62°84°
CMYK 0.620.560.00   0.16
XYZ19.837614.884666.1174
Yxy14.88460.19670.1476
Hunter Lab38.580624.2663-74.6018
CIE-Lab45.475731.6064-63.3691

#525fd7 color RGB value is (82,95,215).

#525fd7 hex color red value is 82, green value is 95 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #525fd7 hue: 0.65 , saturation: 0.62 and the lightness value of 525fd7 is 0.58.

The process color (four color CMYK) of #525fd7 color hex is 0.62, 0.56, 0.00, 0.16. Web safe color of #525fd7 is #6666cc. Color #525fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011111 11010111
Octal 122 137 327
Decimal 82 95 215
Hex 52 5F D7

RGB Percentages of Color #525fd7

%20.92
%24.23
%54.85

CMYK Percentages of Color #525fd7

%62
%56
%0
%16

Triadic Colors of #525fd7

#525fd7 #d7525f #5fd752

Analogous Colors of #525fd7

#525fd7 #8852d7 #52a2d7

Monochromatic Colors of #525fd7

#525fd7

Complementary Color

#525fd7 #d7ca52

#525fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525fd7 Color CSS Codes

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

#525fd7 Text Font Color

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

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


#525fd7 Background Color

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

This div background color is #525fd7


#525fd7 Border Color

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

This div border color is #525fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525fd7


Comments

No comments written yet.

Please login to write comment.