Color Hex Logo

#2d0074 Color Hex

#2D0074
(45,0,116)
0 Favorites   0 Comments

Color spaces of #2d0074

RGB 450116
HSL0.731.000.23
HSV263°100°45°
CMYK 0.611.000.00   0.55
XYZ4.23461.818816.6509
Yxy1.81880.18650.0801
Hunter Lab13.486332.4467-63.7622
CIE-Lab14.506145.7617-54.3554

#2d0074 color RGB value is (45,0,116).

#2d0074 hex color red value is 45, green value is 0 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #2d0074 hue: 0.73 , saturation: 1.00 and the lightness value of 2d0074 is 0.23.

The process color (four color CMYK) of #2d0074 color hex is 0.61, 1.00, 0.00, 0.55. Web safe color of #2d0074 is #330066. Color #2d0074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00000000 01110100
Octal 55 0 164
Decimal 45 0 116
Hex 2D 0 74

RGB Percentages of Color #2d0074

%27.95
%0.00
%72.05

CMYK Percentages of Color #2d0074

%61
%100
%0
%55

Triadic Colors of #2d0074

#2d0074 #742d00 #00742d

Analogous Colors of #2d0074

#2d0074 #670074 #000d74

Monochromatic Colors of #2d0074

#2d0074

Complementary Color

#2d0074 #477400

#2d0074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d0074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d0074 Color CSS Codes

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

#2d0074 Text Font Color

<p style="color:#2d0074">Text here</p>

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


#2d0074 Background Color

<div style="background-color:#2d0074">
Div content here</div>

This div background color is #2d0074


#2d0074 Border Color

<div style="border:3px solid #2d0074">
Div here</div>

This div border color is #2d0074


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,0,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d0074; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d0074;
  -webkit-box-shadow: 1px 1px 3px 2px #2d0074;
  box-shadow:         1px 1px 3px 2px #2d0074; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d0074


Comments

No comments written yet.

Please login to write comment.