Color Hex Logo

#4730da Color Hex

#4730DA
(71,48,218)
0 Favorites   0 Comments

Color spaces of #4730da

RGB 7148218
HSL0.690.700.52
HSV248°78°85°
CMYK 0.670.780.00   0.15
XYZ16.31048.515567.1137
Yxy8.51550.17740.0926
Hunter Lab29.181348.7022-115.9332
CIE-Lab35.034257.8760-82.2181

#4730da color RGB value is (71,48,218).

#4730da hex color red value is 71, green value is 48 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4730da hue: 0.69 , saturation: 0.70 and the lightness value of 4730da is 0.52.

The process color (four color CMYK) of #4730da color hex is 0.67, 0.78, 0.00, 0.15. Web safe color of #4730da is #3333cc. Color #4730da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110000 11011010
Octal 107 60 332
Decimal 71 48 218
Hex 47 30 DA

RGB Percentages of Color #4730da

%21.07
%14.24
%64.69

CMYK Percentages of Color #4730da

%67
%78
%0
%15

Triadic Colors of #4730da

#4730da #da4730 #30da47

Analogous Colors of #4730da

#4730da #9c30da #306eda

Monochromatic Colors of #4730da

#4730da

Complementary Color

#4730da #c3da30

#4730da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4730da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4730da Color CSS Codes

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

#4730da Text Font Color

<p style="color:#4730da">Text here</p>

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


#4730da Background Color

<div style="background-color:#4730da">
Div content here</div>

This div background color is #4730da


#4730da Border Color

<div style="border:3px solid #4730da">
Div here</div>

This div border color is #4730da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,48,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4730da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4730da;
  -webkit-box-shadow: 1px 1px 3px 2px #4730da;
  box-shadow:         1px 1px 3px 2px #4730da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4730da


Comments

No comments written yet.

Please login to write comment.