Color Hex Logo

#430ce2 Color Hex

#430CE2
(67,12,226)
0 Favorites   0 Comments

Color spaces of #430ce2

RGB 6712226
HSL0.710.900.47
HSV255°95°89°
CMYK 0.700.950.00   0.11
XYZ16.17376.947272.4400
Yxy6.94720.16930.0727
Hunter Lab26.357563.4067-144.5000
CIE-Lab31.686471.5278-92.3788

#430ce2 color RGB value is (67,12,226).

#430ce2 hex color red value is 67, green value is 12 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #430ce2 hue: 0.71 , saturation: 0.90 and the lightness value of 430ce2 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001100 11100010
Octal 103 14 342
Decimal 67 12 226
Hex 43 C E2

RGB Percentages of Color #430ce2

%21.97
%3.93
%74.10

CMYK Percentages of Color #430ce2

%70
%95
%0
%11

Triadic Colors of #430ce2

#430ce2 #e2430c #0ce243

Analogous Colors of #430ce2

#430ce2 #ae0ce2 #0c40e2

Monochromatic Colors of #430ce2

#430ce2

Complementary Color

#430ce2 #abe20c

#430ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#430ce2 Color CSS Codes

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

#430ce2 Text Font Color

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

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


#430ce2 Background Color

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

This div background color is #430ce2


#430ce2 Border Color

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

This div border color is #430ce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430ce2


Comments

No comments written yet.

Please login to write comment.