Color Hex Logo

#430eaf Color Hex

#430EAF
(67,14,175)
0 Favorites   0 Comments

Color spaces of #430eaf

RGB 6714175
HSL0.720.850.37
HSV260°92°69°
CMYK 0.620.920.00   0.31
XYZ10.20964.602540.9077
Yxy4.60250.18320.0826
Hunter Lab21.453447.4039-98.0376
CIE-Lab25.570958.4956-72.6411

#430eaf color RGB value is (67,14,175).

#430eaf hex color red value is 67, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #430eaf hue: 0.72 , saturation: 0.85 and the lightness value of 430eaf is 0.37.

The process color (four color CMYK) of #430eaf color hex is 0.62, 0.92, 0.00, 0.31. Web safe color of #430eaf is #330099. Color #430eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001110 10101111
Octal 103 16 257
Decimal 67 14 175
Hex 43 E AF

RGB Percentages of Color #430eaf

%26.17
%5.47
%68.36

CMYK Percentages of Color #430eaf

%62
%92
%0
%31

Triadic Colors of #430eaf

#430eaf #af430e #0eaf43

Analogous Colors of #430eaf

#430eaf #940eaf #0e29af

Monochromatic Colors of #430eaf

#430eaf

Complementary Color

#430eaf #7aaf0e

#430eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#430eaf Color CSS Codes

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

#430eaf Text Font Color

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

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


#430eaf Background Color

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

This div background color is #430eaf


#430eaf Border Color

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

This div border color is #430eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #430eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #430eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #430eaf;
  box-shadow:         1px 1px 3px 2px #430eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430eaf


Comments

No comments written yet.

Please login to write comment.