Color Hex Logo

#0252ff Color Hex

#0252FF
(2,82,255)
0 Favorites   0 Comments

Color spaces of #0252ff

RGB 282255
HSL0.611.000.50
HSV221°99°100°
CMYK 0.990.680.00   0.00
XYZ21.092313.267596.0569
Yxy13.26750.16170.1017
Hunter Lab36.424639.6206-130.8591
CIE-Lab43.163647.6982-89.8104

#0252ff color RGB value is (2,82,255).

#0252ff hex color red value is 2, green value is 82 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0252ff hue: 0.61 , saturation: 1.00 and the lightness value of 0252ff is 0.50.

The process color (four color CMYK) of #0252ff color hex is 0.99, 0.68, 0.00, 0.00. Web safe color of #0252ff is #0066ff. Color #0252ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010010 11111111
Octal 2 122 377
Decimal 2 82 255
Hex 2 52 FF

RGB Percentages of Color #0252ff

%0.59
%24.19
%75.22

CMYK Percentages of Color #0252ff

%99
%68
%0
%0

Triadic Colors of #0252ff

#0252ff #ff0252 #52ff02

Analogous Colors of #0252ff

#0252ff #3102ff #02d1ff

Monochromatic Colors of #0252ff

#0252ff

Complementary Color

#0252ff #ffaf02

#0252ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0252ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0252ff Color CSS Codes

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

#0252ff Text Font Color

<p style="color:#0252ff">Text here</p>

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


#0252ff Background Color

<div style="background-color:#0252ff">
Div content here</div>

This div background color is #0252ff


#0252ff Border Color

<div style="border:3px solid #0252ff">
Div here</div>

This div border color is #0252ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,82,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0252ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0252ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0252ff;
  box-shadow:         1px 1px 3px 2px #0252ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0252ff


Comments

No comments written yet.

Please login to write comment.