Color Hex Logo

#7390fc Color Hex

#7390FC
(115,144,252)
0 Favorites   0 Comments

Color spaces of #7390fc

RGB 115144252
HSL0.630.960.72
HSV227°54°99°
CMYK 0.540.430.00   0.01
XYZ34.614230.619696.1813
Yxy30.61960.21440.1897
Hunter Lab55.335014.8225-64.3213
CIE-Lab62.185220.0555-57.0973

#7390fc color RGB value is (115,144,252).

#7390fc hex color red value is 115, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7390fc hue: 0.63 , saturation: 0.96 and the lightness value of 7390fc is 0.72.

The process color (four color CMYK) of #7390fc color hex is 0.54, 0.43, 0.00, 0.01. Web safe color of #7390fc is #6699ff. Color #7390fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 11111100
Octal 163 220 374
Decimal 115 144 252
Hex 73 90 FC

RGB Percentages of Color #7390fc

%22.50
%28.18
%49.32

CMYK Percentages of Color #7390fc

%54
%43
%0
%1

Triadic Colors of #7390fc

#7390fc #fc7390 #90fc73

Analogous Colors of #7390fc

#7390fc #9b73fc #73d5fc

Monochromatic Colors of #7390fc

#7390fc

Complementary Color

#7390fc #fcdf73

#7390fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7390fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7390fc Color CSS Codes

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

#7390fc Text Font Color

<p style="color:#7390fc">Text here</p>

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


#7390fc Background Color

<div style="background-color:#7390fc">
Div content here</div>

This div background color is #7390fc


#7390fc Border Color

<div style="border:3px solid #7390fc">
Div here</div>

This div border color is #7390fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,144,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7390fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7390fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7390fc;
  box-shadow:         1px 1px 3px 2px #7390fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,144,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7390fc

Related Colors


Comments

No comments written yet.

Please login to write comment.