Color Hex Logo

#527cec Color Hex

#527CEC
(82,124,236)
0 Favorites   0 Comments

Color spaces of #527cec

RGB 82124236
HSL0.620.800.62
HSV224°65°93°
CMYK 0.650.470.00   0.07
XYZ25.827622.265382.2932
Yxy22.26530.19810.1708
Hunter Lab47.186115.1273-70.3722
CIE-Lab54.307420.8070-60.9592

#527cec color RGB value is (82,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111100 11101100
Octal 122 174 354
Decimal 82 124 236
Hex 52 7C EC

RGB Percentages of Color #527cec

%18.55
%28.05
%53.39

CMYK Percentages of Color #527cec

%65
%47
%0
%7

Triadic Colors of #527cec

#527cec #ec527c #7cec52

Analogous Colors of #527cec

#527cec #7552ec #52c9ec

Monochromatic Colors of #527cec

#527cec

Complementary Color

#527cec #ecc252

#527cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#527cec Color CSS Codes

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

#527cec Text Font Color

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

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


#527cec Background Color

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

This div background color is #527cec


#527cec Border Color

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

This div border color is #527cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,124,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 #527cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527cec


Comments

No comments written yet.

Please login to write comment.