Color Hex Logo

#5430ce Color Hex

#5430CE
(84,48,206)
0 Favorites   0 Comments

Color spaces of #5430ce

RGB 8448206
HSL0.700.620.50
HSV254°77°81°
CMYK 0.590.770.00   0.19
XYZ15.85378.455059.1889
Yxy8.45500.18990.1013
Hunter Lab29.077546.4366-100.3340
CIE-Lab34.913155.7803-75.4451

#5430ce color RGB value is (84,48,206).

#5430ce hex color red value is 84, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5430ce hue: 0.70 , saturation: 0.62 and the lightness value of 5430ce is 0.50.

The process color (four color CMYK) of #5430ce color hex is 0.59, 0.77, 0.00, 0.19. Web safe color of #5430ce is #6633cc. Color #5430ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110000 11001110
Octal 124 60 316
Decimal 84 48 206
Hex 54 30 CE

RGB Percentages of Color #5430ce

%24.85
%14.20
%60.95

CMYK Percentages of Color #5430ce

%59
%77
%0
%19

Triadic Colors of #5430ce

#5430ce #ce5430 #30ce54

Analogous Colors of #5430ce

#5430ce #a330ce #305bce

Monochromatic Colors of #5430ce

#5430ce

Complementary Color

#5430ce #aace30

#5430ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5430ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5430ce Color CSS Codes

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

#5430ce Text Font Color

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

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


#5430ce Background Color

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

This div background color is #5430ce


#5430ce Border Color

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

This div border color is #5430ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,48,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5430ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5430ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5430ce;
  box-shadow:         1px 1px 3px 2px #5430ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,48,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5430ce


Comments

No comments written yet.

Please login to write comment.