Color Hex Logo

#230469 Color Hex

#230469
(35,4,105)
0 Favorites   0 Comments

Color spaces of #230469

RGB 354105
HSL0.720.930.21
HSV258°96°41°
CMYK 0.670.960.00   0.59
XYZ3.28641.464113.4740
Yxy1.46410.18030.0803
Hunter Lab12.100027.3062-57.5526
CIE-Lab12.378040.5722-50.7373

#230469 color RGB value is (35,4,105).

#230469 hex color red value is 35, green value is 4 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #230469 hue: 0.72 , saturation: 0.93 and the lightness value of 230469 is 0.21.

The process color (four color CMYK) of #230469 color hex is 0.67, 0.96, 0.00, 0.59. Web safe color of #230469 is #330066. Color #230469 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00000100 01101001
Octal 43 4 151
Decimal 35 4 105
Hex 23 4 69

RGB Percentages of Color #230469

%24.31
%2.78
%72.92

CMYK Percentages of Color #230469

%67
%96
%0
%59

Triadic Colors of #230469

#230469 #692304 #046923

Analogous Colors of #230469

#230469 #560469 #041769

Monochromatic Colors of #230469

#230469

Complementary Color

#230469 #4a6904

#230469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#230469 Color CSS Codes

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

#230469 Text Font Color

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

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


#230469 Background Color

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

This div background color is #230469


#230469 Border Color

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

This div border color is #230469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230469


Comments

No comments written yet.

Please login to write comment.