Color Hex Logo

#2f38ee Color Hex

#2F38EE
(47,56,238)
0 Favorites   0 Comments

Color spaces of #2f38ee

RGB 4756238
HSL0.660.850.56
HSV237°80°93°
CMYK 0.800.760.00   0.07
XYZ18.01919.605781.7933
Yxy9.60570.16470.0878
Hunter Lab30.993149.5405-134.7761
CIE-Lab37.125358.2452-90.2139

#2f38ee color RGB value is (47,56,238).

#2f38ee hex color red value is 47, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2f38ee hue: 0.66 , saturation: 0.85 and the lightness value of 2f38ee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111000 11101110
Octal 57 70 356
Decimal 47 56 238
Hex 2F 38 EE

RGB Percentages of Color #2f38ee

%13.78
%16.42
%69.79

CMYK Percentages of Color #2f38ee

%80
%76
%0
%7

Triadic Colors of #2f38ee

#2f38ee #ee2f38 #38ee2f

Analogous Colors of #2f38ee

#2f38ee #862fee #2f98ee

Monochromatic Colors of #2f38ee

#2f38ee

Complementary Color

#2f38ee #eee52f

#2f38ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f38ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f38ee Color CSS Codes

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

#2f38ee Text Font Color

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

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


#2f38ee Background Color

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

This div background color is #2f38ee


#2f38ee Border Color

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

This div border color is #2f38ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f38ee


Comments

No comments written yet.

Please login to write comment.