Color Hex Logo

#230749 Color Hex

#230749
(35,7,73)
0 Favorites   0 Comments

Color spaces of #230749

RGB 35773
HSL0.740.830.16
HSV265°90°29°
CMYK 0.520.900.00   0.71
XYZ1.97170.99036.3906
Yxy0.99030.21080.1059
Hunter Lab9.951417.9519-31.1090
CIE-Lab8.910430.0121-34.7754

#230749 color RGB value is (35,7,73).

#230749 hex color red value is 35, green value is 7 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #230749 hue: 0.74 , saturation: 0.83 and the lightness value of 230749 is 0.16.

The process color (four color CMYK) of #230749 color hex is 0.52, 0.90, 0.00, 0.71. Web safe color of #230749 is #330033. Color #230749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00000111 01001001
Octal 43 7 111
Decimal 35 7 73
Hex 23 7 49

RGB Percentages of Color #230749

%30.43
%6.09
%63.48

CMYK Percentages of Color #230749

%52
%90
%0
%71

Triadic Colors of #230749

#230749 #492307 #074923

Analogous Colors of #230749

#230749 #440749 #070c49

Monochromatic Colors of #230749

#230749

Complementary Color

#230749 #2d4907

#230749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#230749 Color CSS Codes

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

#230749 Text Font Color

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

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


#230749 Background Color

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

This div background color is #230749


#230749 Border Color

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

This div border color is #230749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230749


Comments

No comments written yet.

Please login to write comment.