Color Hex Logo

#525ca8 Color Hex

#525CA8
(82,92,168)
0 Favorites   0 Comments

Color spaces of #525ca8

RGB 8292168
HSL0.650.340.49
HSV233°51°66°
CMYK 0.510.450.00   0.34
XYZ14.374712.275338.6575
Yxy12.27530.22010.1880
Hunter Lab35.036111.9222-40.8930
CIE-Lab41.650417.9005-42.2217

#525ca8 color RGB value is (82,92,168).

#525ca8 hex color red value is 82, green value is 92 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #525ca8 hue: 0.65 , saturation: 0.34 and the lightness value of 525ca8 is 0.49.

The process color (four color CMYK) of #525ca8 color hex is 0.51, 0.45, 0.00, 0.34. Web safe color of #525ca8 is #666699. Color #525ca8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011100 10101000
Octal 122 134 250
Decimal 82 92 168
Hex 52 5C A8

RGB Percentages of Color #525ca8

%23.98
%26.90
%49.12

CMYK Percentages of Color #525ca8

%51
%45
%0
%34

Triadic Colors of #525ca8

#525ca8 #a8525c #5ca852

Analogous Colors of #525ca8

#525ca8 #7352a8 #5287a8

Monochromatic Colors of #525ca8

#525ca8

Complementary Color

#525ca8 #a89e52

#525ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525ca8 Color CSS Codes

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

#525ca8 Text Font Color

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

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


#525ca8 Background Color

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

This div background color is #525ca8


#525ca8 Border Color

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

This div border color is #525ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525ca8


Comments

No comments written yet.

Please login to write comment.