Color Hex Logo

#433380 Color Hex

#433380
(67,51,128)
0 Favorites   0 Comments

Color spaces of #433380

RGB 6751128
HSL0.700.430.35
HSV252°60°50°
CMYK 0.480.600.00   0.50
XYZ7.39485.119521.0205
Yxy5.11950.22050.1527
Hunter Lab22.626318.7419-39.2437
CIE-Lab27.072527.7941-41.3281

#433380 color RGB value is (67,51,128).

#433380 hex color red value is 67, green value is 51 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #433380 hue: 0.70 , saturation: 0.43 and the lightness value of 433380 is 0.35.

The process color (four color CMYK) of #433380 color hex is 0.48, 0.60, 0.00, 0.50. Web safe color of #433380 is #333399. Color #433380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110011 10000000
Octal 103 63 200
Decimal 67 51 128
Hex 43 33 80

RGB Percentages of Color #433380

%27.24
%20.73
%52.03

CMYK Percentages of Color #433380

%48
%60
%0
%50

Triadic Colors of #433380

#433380 #804333 #338043

Analogous Colors of #433380

#433380 #6a3380 #334a80

Monochromatic Colors of #433380

#433380

Complementary Color

#433380 #708033

#433380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#433380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#433380 Color CSS Codes

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

#433380 Text Font Color

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

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


#433380 Background Color

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

This div background color is #433380


#433380 Border Color

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

This div border color is #433380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #433380


Comments

No comments written yet.

Please login to write comment.