Color Hex Logo

#230429 Color Hex

#230429
(35,4,41)
0 Favorites   0 Comments

Color spaces of #230429

RGB 35441
HSL0.810.820.09
HSV290°90°16°
CMYK 0.150.900.00   0.84
XYZ1.13680.60432.1545
Yxy0.60430.29180.1551
Hunter Lab7.773712.4994-10.9909
CIE-Lab5.458621.8514-17.0976

#230429 color RGB value is (35,4,41).

#230429 hex color red value is 35, green value is 4 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #230429 hue: 0.81 , saturation: 0.82 and the lightness value of 230429 is 0.09.

The process color (four color CMYK) of #230429 color hex is 0.15, 0.90, 0.00, 0.84. Web safe color of #230429 is #330033. Color #230429 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00000100 00101001
Octal 43 4 51
Decimal 35 4 41
Hex 23 4 29

RGB Percentages of Color #230429

%43.75
%5.00
%51.25

CMYK Percentages of Color #230429

%15
%90
%0
%84

Triadic Colors of #230429

#230429 #292304 #042923

Analogous Colors of #230429

#230429 #29041d #110429

Monochromatic Colors of #230429

#230429

Complementary Color

#230429 #0a2904

#230429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#230429 Color CSS Codes

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

#230429 Text Font Color

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

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


#230429 Background Color

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

This div background color is #230429


#230429 Border Color

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

This div border color is #230429


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,4,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #230429; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #230429;
  -webkit-box-shadow: 1px 1px 3px 2px #230429;
  box-shadow:         1px 1px 3px 2px #230429; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230429


Comments

No comments written yet.

Please login to write comment.