Color Hex Logo

#525fcb Color Hex

#525FCB
(82,95,203)
0 Favorites   0 Comments

Color spaces of #525fcb

RGB 8295203
HSL0.650.540.56
HSV234°60°80°
CMYK 0.600.530.00   0.20
XYZ18.351414.290158.2909
Yxy14.29010.20180.1572
Hunter Lab37.802220.5003-64.9633
CIE-Lab44.646127.5826-57.8343

#525fcb color RGB value is (82,95,203).

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

The process color (four color CMYK) of #525fcb color hex is 0.60, 0.53, 0.00, 0.20. Web safe color of #525fcb is #6666cc. Color #525fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011111 11001011
Octal 122 137 313
Decimal 82 95 203
Hex 52 5F CB

RGB Percentages of Color #525fcb

%21.58
%25.00
%53.42

CMYK Percentages of Color #525fcb

%60
%53
%0
%20

Triadic Colors of #525fcb

#525fcb #cb525f #5fcb52

Analogous Colors of #525fcb

#525fcb #8252cb #529ccb

Monochromatic Colors of #525fcb

#525fcb

Complementary Color

#525fcb #cbbe52

#525fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525fcb Color CSS Codes

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

#525fcb Text Font Color

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

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


#525fcb Background Color

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

This div background color is #525fcb


#525fcb Border Color

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

This div border color is #525fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525fcb


Comments

No comments written yet.

Please login to write comment.