Color Hex Logo

#7f03be Color Hex

#7F03BE
(127,3,190)
0 Favorites   0 Comments

Color spaces of #7f03be

RGB 1273190
HSL0.780.970.38
HSV280°98°75°
CMYK 0.330.980.00   0.25
XYZ18.07928.294949.3634
Yxy8.29490.23870.1095
Hunter Lab28.800961.6485-81.4598
CIE-Lab34.589769.4935-66.4191

#7f03be color RGB value is (127,3,190).

#7f03be hex color red value is 127, green value is 3 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7f03be hue: 0.78 , saturation: 0.97 and the lightness value of 7f03be is 0.38.

The process color (four color CMYK) of #7f03be color hex is 0.33, 0.98, 0.00, 0.25. Web safe color of #7f03be is #6600cc. Color #7f03be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000011 10111110
Octal 177 3 276
Decimal 127 3 190
Hex 7F 3 BE

RGB Percentages of Color #7f03be

%39.69
%0.94
%59.38

CMYK Percentages of Color #7f03be

%33
%98
%0
%25

Triadic Colors of #7f03be

#7f03be #be7f03 #03be7f

Analogous Colors of #7f03be

#7f03be #be03a0 #2103be

Monochromatic Colors of #7f03be

#7f03be

Complementary Color

#7f03be #42be03

#7f03be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f03be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f03be Color CSS Codes

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

#7f03be Text Font Color

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

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


#7f03be Background Color

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

This div background color is #7f03be


#7f03be Border Color

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

This div border color is #7f03be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f03be


Comments

No comments written yet.

Please login to write comment.