Color Hex Logo

#525ffd Color Hex

#525FFD
(82,95,253)
0 Favorites   0 Comments

Color spaces of #525ffd

RGB 8295253
HSL0.650.980.66
HSV235°68°99°
CMYK 0.680.620.00   0.01
XYZ25.301517.070194.8898
Yxy17.07010.18430.1244
Hunter Lab41.316037.0087-107.2493
CIE-Lab48.348244.2788-80.0913

#525ffd color RGB value is (82,95,253).

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

The process color (four color CMYK) of #525ffd color hex is 0.68, 0.62, 0.00, 0.01. Web safe color of #525ffd is #6666ff. Color #525ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011111 11111101
Octal 122 137 375
Decimal 82 95 253
Hex 52 5F FD

RGB Percentages of Color #525ffd

%19.07
%22.09
%58.84

CMYK Percentages of Color #525ffd

%68
%62
%0
%1

Triadic Colors of #525ffd

#525ffd #fd525f #5ffd52

Analogous Colors of #525ffd

#525ffd #9b52fd #52b5fd

Monochromatic Colors of #525ffd

#525ffd

Complementary Color

#525ffd #fdf052

#525ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#525ffd Color CSS Codes

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

#525ffd Text Font Color

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

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


#525ffd Background Color

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

This div background color is #525ffd


#525ffd Border Color

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

This div border color is #525ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525ffd


Comments

No comments written yet.

Please login to write comment.