Color Hex Logo

#341edc Color Hex

#341EDC
(52,30,220)
0 Favorites   0 Comments

Color spaces of #341edc

RGB 5230220
HSL0.690.760.49
HSV247°86°86°
CMYK 0.760.860.00   0.14
XYZ14.79876.825968.2477
Yxy6.82590.16470.0760
Hunter Lab26.126455.3859-136.5894
CIE-Lab31.407264.6457-89.4248

#341edc color RGB value is (52,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011110 11011100
Octal 64 36 334
Decimal 52 30 220
Hex 34 1E DC

RGB Percentages of Color #341edc

%17.22
%9.93
%72.85

CMYK Percentages of Color #341edc

%76
%86
%0
%14

Triadic Colors of #341edc

#341edc #dc341e #1edc34

Analogous Colors of #341edc

#341edc #931edc #1e67dc

Monochromatic Colors of #341edc

#341edc

Complementary Color

#341edc #c6dc1e

#341edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#341edc Color CSS Codes

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

#341edc Text Font Color

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

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


#341edc Background Color

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

This div background color is #341edc


#341edc Border Color

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

This div border color is #341edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341edc


Comments

No comments written yet.

Please login to write comment.