Color Hex Logo

#2f3cec Color Hex

#2F3CEC
(47,60,236)
0 Favorites   0 Comments

Color spaces of #2f3cec

RGB 4760236
HSL0.660.830.55
HSV236°80°93°
CMYK 0.800.750.00   0.07
XYZ17.92859.892280.3213
Yxy9.89220.16580.0915
Hunter Lab31.451946.7095-129.3976
CIE-Lab37.648355.5087-88.2150

#2f3cec color RGB value is (47,60,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111100 11101100
Octal 57 74 354
Decimal 47 60 236
Hex 2F 3C EC

RGB Percentages of Color #2f3cec

%13.70
%17.49
%68.80

CMYK Percentages of Color #2f3cec

%80
%75
%0
%7

Triadic Colors of #2f3cec

#2f3cec #ec2f3c #3cec2f

Analogous Colors of #2f3cec

#2f3cec #812fec #2f9bec

Monochromatic Colors of #2f3cec

#2f3cec

Complementary Color

#2f3cec #ecdf2f

#2f3cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f3cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f3cec Color CSS Codes

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

#2f3cec Text Font Color

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

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


#2f3cec Background Color

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

This div background color is #2f3cec


#2f3cec Border Color

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

This div border color is #2f3cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f3cec


Comments

No comments written yet.

Please login to write comment.