Color Hex Logo

#34029d Color Hex

#34029D
(52,2,157)
0 Favorites   0 Comments

Color spaces of #34029d

RGB 522157
HSL0.720.970.31
HSV259°99°62°
CMYK 0.670.990.00   0.38
XYZ7.52373.207832.1209
Yxy3.20780.17560.0749
Hunter Lab17.910343.6405-93.7951
CIE-Lab20.857655.8157-69.5916

#34029d color RGB value is (52,2,157).

#34029d hex color red value is 52, green value is 2 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #34029d hue: 0.72 , saturation: 0.97 and the lightness value of 34029d is 0.31.

The process color (four color CMYK) of #34029d color hex is 0.67, 0.99, 0.00, 0.38. Web safe color of #34029d is #330099. Color #34029d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000010 10011101
Octal 64 2 235
Decimal 52 2 157
Hex 34 2 9D

RGB Percentages of Color #34029d

%24.64
%0.95
%74.41

CMYK Percentages of Color #34029d

%67
%99
%0
%38

Triadic Colors of #34029d

#34029d #9d3402 #029d34

Analogous Colors of #34029d

#34029d #82029d #021d9d

Monochromatic Colors of #34029d

#34029d

Complementary Color

#34029d #6b9d02

#34029d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34029d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34029d Color CSS Codes

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

#34029d Text Font Color

<p style="color:#34029d">Text here</p>

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


#34029d Background Color

<div style="background-color:#34029d">
Div content here</div>

This div background color is #34029d


#34029d Border Color

<div style="border:3px solid #34029d">
Div here</div>

This div border color is #34029d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,2,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34029d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34029d;
  -webkit-box-shadow: 1px 1px 3px 2px #34029d;
  box-shadow:         1px 1px 3px 2px #34029d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34029d


Comments

No comments written yet.

Please login to write comment.