Color Hex Logo

#5230ce Color Hex

#5230CE
(82,48,206)
0 Favorites   0 Comments

Color spaces of #5230ce

RGB 8248206
HSL0.700.620.50
HSV253°77°81°
CMYK 0.600.770.00   0.19
XYZ15.67728.364059.1806
Yxy8.36400.18840.1005
Hunter Lab28.920646.1498-101.0816
CIE-Lab34.729755.5453-75.7536

#5230ce color RGB value is (82,48,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110000 11001110
Octal 122 60 316
Decimal 82 48 206
Hex 52 30 CE

RGB Percentages of Color #5230ce

%24.40
%14.29
%61.31

CMYK Percentages of Color #5230ce

%60
%77
%0
%19

Triadic Colors of #5230ce

#5230ce #ce5230 #30ce52

Analogous Colors of #5230ce

#5230ce #a130ce #305dce

Monochromatic Colors of #5230ce

#5230ce

Complementary Color

#5230ce #acce30

#5230ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5230ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5230ce Color CSS Codes

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

#5230ce Text Font Color

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

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


#5230ce Background Color

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

This div background color is #5230ce


#5230ce Border Color

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

This div border color is #5230ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,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 #5230ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5230ce


Comments

No comments written yet.

Please login to write comment.