Color Hex Logo

#2f41ec Color Hex

#2F41EC
(47,65,236)
0 Favorites   0 Comments

Color spaces of #2f41ec

RGB 4765236
HSL0.650.830.55
HSV234°80°93°
CMYK 0.800.720.00   0.07
XYZ18.202910.441180.4128
Yxy10.44110.16690.0957
Hunter Lab32.312744.0083-124.9292
CIE-Lab38.622752.7639-86.6034

#2f41ec color RGB value is (47,65,236).

#2f41ec hex color red value is 47, green value is 65 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2f41ec hue: 0.65 , saturation: 0.83 and the lightness value of 2f41ec is 0.55.

The process color (four color CMYK) of #2f41ec color hex is 0.80, 0.72, 0.00, 0.07. Web safe color of #2f41ec is #3333ff. Color #2f41ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000001 11101100
Octal 57 101 354
Decimal 47 65 236
Hex 2F 41 EC

RGB Percentages of Color #2f41ec

%13.51
%18.68
%67.82

CMYK Percentages of Color #2f41ec

%80
%72
%0
%7

Triadic Colors of #2f41ec

#2f41ec #ec2f41 #41ec2f

Analogous Colors of #2f41ec

#2f41ec #7c2fec #2fa0ec

Monochromatic Colors of #2f41ec

#2f41ec

Complementary Color

#2f41ec #ecda2f

#2f41ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f41ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f41ec Color CSS Codes

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

#2f41ec Text Font Color

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

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


#2f41ec Background Color

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

This div background color is #2f41ec


#2f41ec Border Color

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

This div border color is #2f41ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,65,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 #2f41ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f41ec


Comments

No comments written yet.

Please login to write comment.