Color Hex Logo

#7f3cbf Color Hex

#7F3CBF
(127,60,191)
0 Favorites   0 Comments

Color spaces of #7f3cbf

RGB 12760191
HSL0.750.520.49
HSV271°69°75°
CMYK 0.340.690.00   0.25
XYZ19.772211.505350.4689
Yxy11.50530.24190.1407
Hunter Lab33.919544.6915-64.4742
CIE-Lab40.418853.0772-57.5073

#7f3cbf color RGB value is (127,60,191).

#7f3cbf hex color red value is 127, green value is 60 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7f3cbf hue: 0.75 , saturation: 0.52 and the lightness value of 7f3cbf is 0.49.

The process color (four color CMYK) of #7f3cbf color hex is 0.34, 0.69, 0.00, 0.25. Web safe color of #7f3cbf is #6633cc. Color #7f3cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00111100 10111111
Octal 177 74 277
Decimal 127 60 191
Hex 7F 3C BF

RGB Percentages of Color #7f3cbf

%33.60
%15.87
%50.53

CMYK Percentages of Color #7f3cbf

%34
%69
%0
%25

Triadic Colors of #7f3cbf

#7f3cbf #bf7f3c #3cbf7f

Analogous Colors of #7f3cbf

#7f3cbf #bf3cbe #3d3cbf

Monochromatic Colors of #7f3cbf

#7f3cbf

Complementary Color

#7f3cbf #7cbf3c

#7f3cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f3cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f3cbf Color CSS Codes

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

#7f3cbf Text Font Color

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

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


#7f3cbf Background Color

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

This div background color is #7f3cbf


#7f3cbf Border Color

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

This div border color is #7f3cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f3cbf


Comments

No comments written yet.

Please login to write comment.