Color Hex Logo

#341acc Color Hex

#341ACC
(52,26,204)
0 Favorites   0 Comments

Color spaces of #341acc

RGB 5226204
HSL0.690.770.45
HSV249°87°80°
CMYK 0.750.870.00   0.20
XYZ12.68475.828557.5832
Yxy5.82850.16670.0766
Hunter Lab24.142351.5374-124.5165
CIE-Lab28.975661.6552-84.1926

#341acc color RGB value is (52,26,204).

#341acc hex color red value is 52, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #341acc hue: 0.69 , saturation: 0.77 and the lightness value of 341acc is 0.45.

The process color (four color CMYK) of #341acc color hex is 0.75, 0.87, 0.00, 0.20. Web safe color of #341acc is #3333cc. Color #341acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011010 11001100
Octal 64 32 314
Decimal 52 26 204
Hex 34 1A CC

RGB Percentages of Color #341acc

%18.44
%9.22
%72.34

CMYK Percentages of Color #341acc

%75
%87
%0
%20

Triadic Colors of #341acc

#341acc #cc341a #1acc34

Analogous Colors of #341acc

#341acc #8d1acc #1a59cc

Monochromatic Colors of #341acc

#341acc

Complementary Color

#341acc #b2cc1a

#341acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#341acc Color CSS Codes

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

#341acc Text Font Color

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

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


#341acc Background Color

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

This div background color is #341acc


#341acc Border Color

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

This div border color is #341acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,26,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #341acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341acc


Comments

No comments written yet.

Please login to write comment.