Color Hex Logo

#430edc Color Hex

#430EDC
(67,14,220)
0 Favorites   0 Comments

Color spaces of #430edc

RGB 6714220
HSL0.710.880.46
HSV255°94°86°
CMYK 0.700.940.00   0.14
XYZ15.39006.674768.1873
Yxy6.67470.17050.0740
Hunter Lab25.835461.1192-138.3989
CIE-Lab31.054669.7017-89.9824

#430edc color RGB value is (67,14,220).

#430edc hex color red value is 67, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #430edc hue: 0.71 , saturation: 0.88 and the lightness value of 430edc is 0.46.

The process color (four color CMYK) of #430edc color hex is 0.70, 0.94, 0.00, 0.14. Web safe color of #430edc is #3300cc. Color #430edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001110 11011100
Octal 103 16 334
Decimal 67 14 220
Hex 43 E DC

RGB Percentages of Color #430edc

%22.26
%4.65
%73.09

CMYK Percentages of Color #430edc

%70
%94
%0
%14

Triadic Colors of #430edc

#430edc #dc430e #0edc43

Analogous Colors of #430edc

#430edc #aa0edc #0e40dc

Monochromatic Colors of #430edc

#430edc

Complementary Color

#430edc #a7dc0e

#430edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#430edc Color CSS Codes

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

#430edc Text Font Color

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

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


#430edc Background Color

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

This div background color is #430edc


#430edc Border Color

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

This div border color is #430edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430edc


Comments

No comments written yet.

Please login to write comment.