Color Hex Logo

#2f52ea Color Hex

#2F52EA
(47,82,234)
0 Favorites   0 Comments

Color spaces of #2f52ea

RGB 4782234
HSL0.640.820.55
HSV229°80°92°
CMYK 0.800.650.00   0.08
XYZ19.040912.579479.2664
Yxy12.57940.17170.1134
Hunter Lab35.467433.7607-107.6803
CIE-Lab42.122542.0350-79.7061

#2f52ea color RGB value is (47,82,234).

#2f52ea hex color red value is 47, green value is 82 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2f52ea hue: 0.64 , saturation: 0.82 and the lightness value of 2f52ea is 0.55.

The process color (four color CMYK) of #2f52ea color hex is 0.80, 0.65, 0.00, 0.08. Web safe color of #2f52ea is #3366ff. Color #2f52ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01010010 11101010
Octal 57 122 352
Decimal 47 82 234
Hex 2F 52 EA

RGB Percentages of Color #2f52ea

%12.95
%22.59
%64.46

CMYK Percentages of Color #2f52ea

%80
%65
%0
%8

Triadic Colors of #2f52ea

#2f52ea #ea2f52 #52ea2f

Analogous Colors of #2f52ea

#2f52ea #6a2fea #2fb0ea

Monochromatic Colors of #2f52ea

#2f52ea

Complementary Color

#2f52ea #eac72f

#2f52ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f52ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f52ea Color CSS Codes

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

#2f52ea Text Font Color

<p style="color:#2f52ea">Text here</p>

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


#2f52ea Background Color

<div style="background-color:#2f52ea">
Div content here</div>

This div background color is #2f52ea


#2f52ea Border Color

<div style="border:3px solid #2f52ea">
Div here</div>

This div border color is #2f52ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f52ea


Comments

No comments written yet.

Please login to write comment.