Color Hex Logo

#434498 Color Hex

#434498
(67,68,152)
0 Favorites   0 Comments

Color spaces of #434498

RGB 6768152
HSL0.660.390.43
HSV239°56°60°
CMYK 0.560.550.00   0.40
XYZ10.04947.594530.6420
Yxy7.59450.20810.1573
Hunter Lab27.558116.8655-46.6341
CIE-Lab33.123724.6906-46.3676

#434498 color RGB value is (67,68,152).

#434498 hex color red value is 67, green value is 68 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #434498 hue: 0.66 , saturation: 0.39 and the lightness value of 434498 is 0.43.

The process color (four color CMYK) of #434498 color hex is 0.56, 0.55, 0.00, 0.40. Web safe color of #434498 is #333399. Color #434498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000100 10011000
Octal 103 104 230
Decimal 67 68 152
Hex 43 44 98

RGB Percentages of Color #434498

%23.34
%23.69
%52.96

CMYK Percentages of Color #434498

%56
%55
%0
%40

Triadic Colors of #434498

#434498 #984344 #449843

Analogous Colors of #434498

#434498 #6d4398 #436f98

Monochromatic Colors of #434498

#434498

Complementary Color

#434498 #989743

#434498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434498 Color CSS Codes

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

#434498 Text Font Color

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

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


#434498 Background Color

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

This div background color is #434498


#434498 Border Color

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

This div border color is #434498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,68,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #434498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #434498;
  -webkit-box-shadow: 1px 1px 3px 2px #434498;
  box-shadow:         1px 1px 3px 2px #434498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434498


Comments

No comments written yet.

Please login to write comment.