Color Hex Logo

#341afd Color Hex

#341AFD
(52,26,253)
0 Favorites   0 Comments

Color spaces of #341afd

RGB 5226253
HSL0.690.980.55
HSV247°90°99°
CMYK 0.790.900.00   0.01
XYZ19.51528.560793.5523
Yxy8.56070.16040.0704
Hunter Lab29.258767.8548-169.0940
CIE-Lab35.124374.6090-101.9893

#341afd color RGB value is (52,26,253).

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

The process color (four color CMYK) of #341afd color hex is 0.79, 0.90, 0.00, 0.01. Web safe color of #341afd is #3333ff. Color #341afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011010 11111101
Octal 64 32 375
Decimal 52 26 253
Hex 34 1A FD

RGB Percentages of Color #341afd

%15.71
%7.85
%76.44

CMYK Percentages of Color #341afd

%79
%90
%0
%1

Triadic Colors of #341afd

#341afd #fd341a #1afd34

Analogous Colors of #341afd

#341afd #a61afd #1a72fd

Monochromatic Colors of #341afd

#341afd

Complementary Color

#341afd #e3fd1a

#341afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#341afd Color CSS Codes

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

#341afd Text Font Color

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

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


#341afd Background Color

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

This div background color is #341afd


#341afd Border Color

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

This div border color is #341afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341afd


Comments

No comments written yet.

Please login to write comment.