Color Hex Logo

#5730dc Color Hex

#5730DC
(87,48,220)
0 Favorites   0 Comments

Color spaces of #5730dc

RGB 8748220
HSL0.700.710.53
HSV254°78°86°
CMYK 0.600.780.00   0.14
XYZ17.90579.307468.5629
Yxy9.30740.18700.0972
Hunter Lab30.508051.3757-111.8911
CIE-Lab36.569560.0367-80.7874

#5730dc color RGB value is (87,48,220).

#5730dc hex color red value is 87, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5730dc hue: 0.70 , saturation: 0.71 and the lightness value of 5730dc is 0.53.

The process color (four color CMYK) of #5730dc color hex is 0.60, 0.78, 0.00, 0.14. Web safe color of #5730dc is #6633cc. Color #5730dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 11011100
Octal 127 60 334
Decimal 87 48 220
Hex 57 30 DC

RGB Percentages of Color #5730dc

%24.51
%13.52
%61.97

CMYK Percentages of Color #5730dc

%60
%78
%0
%14

Triadic Colors of #5730dc

#5730dc #dc5730 #30dc57

Analogous Colors of #5730dc

#5730dc #ad30dc #305fdc

Monochromatic Colors of #5730dc

#5730dc

Complementary Color

#5730dc #b5dc30

#5730dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5730dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5730dc Color CSS Codes

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

#5730dc Text Font Color

<p style="color:#5730dc">Text here</p>

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


#5730dc Background Color

<div style="background-color:#5730dc">
Div content here</div>

This div background color is #5730dc


#5730dc Border Color

<div style="border:3px solid #5730dc">
Div here</div>

This div border color is #5730dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,48,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5730dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5730dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5730dc;
  box-shadow:         1px 1px 3px 2px #5730dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,48,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 #5730dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5730dc


Comments

No comments written yet.

Please login to write comment.