Color Hex Logo

#341bdd Color Hex

#341BDD
(52,27,221)
0 Favorites   0 Comments

Color spaces of #341bdd

RGB 5227221
HSL0.690.780.49
HSV248°88°87°
CMYK 0.760.880.00   0.13
XYZ14.85936.734468.9233
Yxy6.73440.16420.0744
Hunter Lab25.950756.7948-139.3046
CIE-Lab31.194565.9296-90.3546

#341bdd color RGB value is (52,27,221).

#341bdd hex color red value is 52, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #341bdd hue: 0.69 , saturation: 0.78 and the lightness value of 341bdd is 0.49.

The process color (four color CMYK) of #341bdd color hex is 0.76, 0.88, 0.00, 0.13. Web safe color of #341bdd is #3333cc. Color #341bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011011 11011101
Octal 64 33 335
Decimal 52 27 221
Hex 34 1B DD

RGB Percentages of Color #341bdd

%17.33
%9.00
%73.67

CMYK Percentages of Color #341bdd

%76
%88
%0
%13

Triadic Colors of #341bdd

#341bdd #dd341b #1bdd34

Analogous Colors of #341bdd

#341bdd #951bdd #1b63dd

Monochromatic Colors of #341bdd

#341bdd

Complementary Color

#341bdd #c4dd1b

#341bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#341bdd Color CSS Codes

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

#341bdd Text Font Color

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

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


#341bdd Background Color

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

This div background color is #341bdd


#341bdd Border Color

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

This div border color is #341bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341bdd


Comments

No comments written yet.

Please login to write comment.