Color Hex Logo

#730fee Color Hex

#730FEE
(115,15,238)
0 Favorites   0 Comments

Color spaces of #730fee

RGB 11515238
HSL0.740.880.50
HSV267°94°93°
CMYK 0.520.940.00   0.07
XYZ22.673710.159581.6549
Yxy10.15950.19800.0887
Hunter Lab31.874071.1974-129.5776
CIE-Lab38.127276.7905-88.3839

#730fee color RGB value is (115,15,238).

#730fee hex color red value is 115, green value is 15 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #730fee hue: 0.74 , saturation: 0.88 and the lightness value of 730fee is 0.50.

The process color (four color CMYK) of #730fee color hex is 0.52, 0.94, 0.00, 0.07. Web safe color of #730fee is #6600ff. Color #730fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001111 11101110
Octal 163 17 356
Decimal 115 15 238
Hex 73 F EE

RGB Percentages of Color #730fee

%31.25
%4.08
%64.67

CMYK Percentages of Color #730fee

%52
%94
%0
%7

Triadic Colors of #730fee

#730fee #ee730f #0fee73

Analogous Colors of #730fee

#730fee #e30fee #0f1aee

Monochromatic Colors of #730fee

#730fee

Complementary Color

#730fee #8aee0f

#730fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#730fee Color CSS Codes

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

#730fee Text Font Color

<p style="color:#730fee">Text here</p>

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


#730fee Background Color

<div style="background-color:#730fee">
Div content here</div>

This div background color is #730fee


#730fee Border Color

<div style="border:3px solid #730fee">
Div here</div>

This div border color is #730fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,15,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730fee;
  -webkit-box-shadow: 1px 1px 3px 2px #730fee;
  box-shadow:         1px 1px 3px 2px #730fee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730fee


Comments

No comments written yet.

Please login to write comment.