Color Hex Logo

#0527ee Color Hex

#0527EE
(5,39,238)
0 Favorites   0 Comments

Color spaces of #0527ee

RGB 539238
HSL0.640.960.48
HSV231°98°93°
CMYK 0.980.840.00   0.07
XYZ16.22077.656381.5118
Yxy7.65630.15390.0726
Hunter Lab27.670056.2176-155.2906
CIE-Lab33.256665.0279-96.6753

#0527ee color RGB value is (5,39,238).

#0527ee hex color red value is 5, green value is 39 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0527ee hue: 0.64 , saturation: 0.96 and the lightness value of 0527ee is 0.48.

The process color (four color CMYK) of #0527ee color hex is 0.98, 0.84, 0.00, 0.07. Web safe color of #0527ee is #0033ff. Color #0527ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100111 11101110
Octal 5 47 356
Decimal 5 39 238
Hex 5 27 EE

RGB Percentages of Color #0527ee

%1.77
%13.83
%84.40

CMYK Percentages of Color #0527ee

%98
%84
%0
%7

Triadic Colors of #0527ee

#0527ee #ee0527 #27ee05

Analogous Colors of #0527ee

#0527ee #5805ee #059cee

Monochromatic Colors of #0527ee

#0527ee

Complementary Color

#0527ee #eecc05

#0527ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0527ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0527ee Color CSS Codes

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

#0527ee Text Font Color

<p style="color:#0527ee">Text here</p>

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


#0527ee Background Color

<div style="background-color:#0527ee">
Div content here</div>

This div background color is #0527ee


#0527ee Border Color

<div style="border:3px solid #0527ee">
Div here</div>

This div border color is #0527ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,39,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0527ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0527ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0527ee;
  box-shadow:         1px 1px 3px 2px #0527ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,39,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0527ee


Comments

No comments written yet.

Please login to write comment.