Color Hex Logo

#341eec Color Hex

#341EEC
(52,30,236)
0 Favorites   0 Comments

Color spaces of #341eec

RGB 5230236
HSL0.680.840.52
HSV246°87°93°
CMYK 0.780.870.00   0.07
XYZ17.02087.714779.9489
Yxy7.71470.16260.0737
Hunter Lab27.775360.7784-151.2183
CIE-Lab33.381568.9765-95.2917

#341eec color RGB value is (52,30,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011110 11101100
Octal 64 36 354
Decimal 52 30 236
Hex 34 1E EC

RGB Percentages of Color #341eec

%16.35
%9.43
%74.21

CMYK Percentages of Color #341eec

%78
%87
%0
%7

Triadic Colors of #341eec

#341eec #ec341e #1eec34

Analogous Colors of #341eec

#341eec #9b1eec #1e6fec

Monochromatic Colors of #341eec

#341eec

Complementary Color

#341eec #d6ec1e

#341eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#341eec Color CSS Codes

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

#341eec Text Font Color

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

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


#341eec Background Color

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

This div background color is #341eec


#341eec Border Color

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

This div border color is #341eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341eec


Comments

No comments written yet.

Please login to write comment.