Color Hex Logo

#527ece Color Hex

#527ECE
(82,126,206)
0 Favorites   0 Comments

Color spaces of #527ece

RGB 82126206
HSL0.610.560.56
HSV219°60°81°
CMYK 0.600.390.00   0.19
XYZ22.081121.171861.3153
Yxy21.17180.21120.2025
Hunter Lab46.01285.1379-46.7991
CIE-Lab53.13709.3675-45.9563

#527ece color RGB value is (82,126,206).

#527ece hex color red value is 82, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #527ece hue: 0.61 , saturation: 0.56 and the lightness value of 527ece is 0.56.

The process color (four color CMYK) of #527ece color hex is 0.60, 0.39, 0.00, 0.19. Web safe color of #527ece is #6666cc. Color #527ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11001110
Octal 122 176 316
Decimal 82 126 206
Hex 52 7E CE

RGB Percentages of Color #527ece

%19.81
%30.43
%49.76

CMYK Percentages of Color #527ece

%60
%39
%0
%19

Triadic Colors of #527ece

#527ece #ce527e #7ece52

Analogous Colors of #527ece

#527ece #6452ce #52bcce

Monochromatic Colors of #527ece

#527ece

Complementary Color

#527ece #cea252

#527ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ece Color CSS Codes

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

#527ece Text Font Color

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

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


#527ece Background Color

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

This div background color is #527ece


#527ece Border Color

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

This div border color is #527ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ece


Comments

No comments written yet.

Please login to write comment.