Color Hex Logo

#341fec Color Hex

#341FEC
(52,31,236)
0 Favorites   0 Comments

Color spaces of #341fec

RGB 5231236
HSL0.680.840.52
HSV246°87°93°
CMYK 0.780.870.00   0.07
XYZ17.04657.766279.9575
Yxy7.76620.16270.0741
Hunter Lab27.867960.4177-150.6050
CIE-Lab33.491168.6457-95.1091

#341fec color RGB value is (52,31,236).

#341fec hex color red value is 52, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #341fec hue: 0.68 , saturation: 0.84 and the lightness value of 341fec is 0.52.

The process color (four color CMYK) of #341fec color hex is 0.78, 0.87, 0.00, 0.07. Web safe color of #341fec is #3333ff. Color #341fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011111 11101100
Octal 64 37 354
Decimal 52 31 236
Hex 34 1F EC

RGB Percentages of Color #341fec

%16.30
%9.72
%73.98

CMYK Percentages of Color #341fec

%78
%87
%0
%7

Triadic Colors of #341fec

#341fec #ec341f #1fec34

Analogous Colors of #341fec

#341fec #9b1fec #1f71ec

Monochromatic Colors of #341fec

#341fec

Complementary Color

#341fec #d7ec1f

#341fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#341fec Color CSS Codes

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

#341fec Text Font Color

<p style="color:#341fec">Text here</p>

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


#341fec Background Color

<div style="background-color:#341fec">
Div content here</div>

This div background color is #341fec


#341fec Border Color

<div style="border:3px solid #341fec">
Div here</div>

This div border color is #341fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,31,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341fec;
  -webkit-box-shadow: 1px 1px 3px 2px #341fec;
  box-shadow:         1px 1px 3px 2px #341fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,31,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 #341fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341fec


Comments

No comments written yet.

Please login to write comment.