Color Hex Logo

#7f48ec Color Hex

#7F48EC
(127,72,236)
0 Favorites   0 Comments

Color spaces of #7f48ec

RGB 12772236
HSL0.720.810.60
HSV260°69°93°
CMYK 0.460.690.00   0.07
XYZ26.210115.202980.9099
Yxy15.20290.21430.1243
Hunter Lab38.990951.7556-95.7389
CIE-Lab45.910958.5897-74.4094

#7f48ec color RGB value is (127,72,236).

#7f48ec hex color red value is 127, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7f48ec hue: 0.72 , saturation: 0.81 and the lightness value of 7f48ec is 0.60.

The process color (four color CMYK) of #7f48ec color hex is 0.46, 0.69, 0.00, 0.07. Web safe color of #7f48ec is #6633ff. Color #7f48ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01001000 11101100
Octal 177 110 354
Decimal 127 72 236
Hex 7F 48 EC

RGB Percentages of Color #7f48ec

%29.20
%16.55
%54.25

CMYK Percentages of Color #7f48ec

%46
%69
%0
%7

Triadic Colors of #7f48ec

#7f48ec #ec7f48 #48ec7f

Analogous Colors of #7f48ec

#7f48ec #d148ec #4863ec

Monochromatic Colors of #7f48ec

#7f48ec

Complementary Color

#7f48ec #b5ec48

#7f48ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f48ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f48ec Color CSS Codes

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

#7f48ec Text Font Color

<p style="color:#7f48ec">Text here</p>

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


#7f48ec Background Color

<div style="background-color:#7f48ec">
Div content here</div>

This div background color is #7f48ec


#7f48ec Border Color

<div style="border:3px solid #7f48ec">
Div here</div>

This div border color is #7f48ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,72,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f48ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f48ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7f48ec;
  box-shadow:         1px 1px 3px 2px #7f48ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,72,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f48ec


Comments

No comments written yet.

Please login to write comment.