Color Hex Logo

#527bec Color Hex

#527BEC
(82,123,236)
0 Favorites   0 Comments

Color spaces of #527bec

RGB 82123236
HSL0.620.800.62
HSV224°65°93°
CMYK 0.650.480.00   0.07
XYZ25.703022.015982.2517
Yxy22.01590.19780.1694
Hunter Lab46.921115.6689-71.0893
CIE-Lab54.043921.4211-61.3829

#527bec color RGB value is (82,123,236).

#527bec hex color red value is 82, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #527bec hue: 0.62 , saturation: 0.80 and the lightness value of 527bec is 0.62.

The process color (four color CMYK) of #527bec color hex is 0.65, 0.48, 0.00, 0.07. Web safe color of #527bec is #6666ff. Color #527bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111011 11101100
Octal 122 173 354
Decimal 82 123 236
Hex 52 7B EC

RGB Percentages of Color #527bec

%18.59
%27.89
%53.51

CMYK Percentages of Color #527bec

%65
%48
%0
%7

Triadic Colors of #527bec

#527bec #ec527b #7bec52

Analogous Colors of #527bec

#527bec #7652ec #52c8ec

Monochromatic Colors of #527bec

#527bec

Complementary Color

#527bec #ecc352

#527bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#527bec Color CSS Codes

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

#527bec Text Font Color

<p style="color:#527bec">Text here</p>

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


#527bec Background Color

<div style="background-color:#527bec">
Div content here</div>

This div background color is #527bec


#527bec Border Color

<div style="border:3px solid #527bec">
Div here</div>

This div border color is #527bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,123,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527bec;
  -webkit-box-shadow: 1px 1px 3px 2px #527bec;
  box-shadow:         1px 1px 3px 2px #527bec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527bec


Comments

No comments written yet.

Please login to write comment.