Color Hex Logo

#341edd Color Hex

#341EDD
(52,30,221)
0 Favorites   0 Comments

Color spaces of #341edd

RGB 5230221
HSL0.690.760.49
HSV247°86°87°
CMYK 0.760.860.00   0.13
XYZ14.93166.879168.9474
Yxy6.87910.16450.0758
Hunter Lab26.228055.7208-137.5000
CIE-Lab31.530164.9191-89.7960

#341edd color RGB value is (52,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011110 11011101
Octal 64 36 335
Decimal 52 30 221
Hex 34 1E DD

RGB Percentages of Color #341edd

%17.16
%9.90
%72.94

CMYK Percentages of Color #341edd

%76
%86
%0
%13

Triadic Colors of #341edd

#341edd #dd341e #1edd34

Analogous Colors of #341edd

#341edd #941edd #1e68dd

Monochromatic Colors of #341edd

#341edd

Complementary Color

#341edd #c7dd1e

#341edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#341edd Color CSS Codes

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

#341edd Text Font Color

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

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


#341edd Background Color

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

This div background color is #341edd


#341edd Border Color

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

This div border color is #341edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341edd


Comments

No comments written yet.

Please login to write comment.