Color Hex Logo

#34055f Color Hex

#34055F
(52,5,95)
0 Favorites   0 Comments

Color spaces of #34055f

RGB 52595
HSL0.750.900.20
HSV271°95°37°
CMYK 0.450.950.00   0.63
XYZ3.53601.664810.9614
Yxy1.66480.21880.1030
Hunter Lab12.902726.3383-41.3375
CIE-Lab13.619639.2442-41.9708

#34055f color RGB value is (52,5,95).

#34055f hex color red value is 52, green value is 5 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #34055f hue: 0.75 , saturation: 0.90 and the lightness value of 34055f is 0.20.

The process color (four color CMYK) of #34055f color hex is 0.45, 0.95, 0.00, 0.63. Web safe color of #34055f is #330066. Color #34055f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000101 01011111
Octal 64 5 137
Decimal 52 5 95
Hex 34 5 5F

RGB Percentages of Color #34055f

%34.21
%3.29
%62.50

CMYK Percentages of Color #34055f

%45
%95
%0
%63

Triadic Colors of #34055f

#34055f #5f3405 #055f34

Analogous Colors of #34055f

#34055f #5f055d #07055f

Monochromatic Colors of #34055f

#34055f

Complementary Color

#34055f #305f05

#34055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34055f Color CSS Codes

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

#34055f Text Font Color

<p style="color:#34055f">Text here</p>

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


#34055f Background Color

<div style="background-color:#34055f">
Div content here</div>

This div background color is #34055f


#34055f Border Color

<div style="border:3px solid #34055f">
Div here</div>

This div border color is #34055f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,5,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34055f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34055f;
  -webkit-box-shadow: 1px 1px 3px 2px #34055f;
  box-shadow:         1px 1px 3px 2px #34055f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34055f


Comments

No comments written yet.

Please login to write comment.