Color Hex Logo

#7f023d Color Hex

#7F023D
(127,2,61)
0 Favorites   0 Comments

Color spaces of #7f023d

RGB 127261
HSL0.920.970.25
HSV332°98°50°
CMYK 0.000.980.52   0.50
XYZ9.61644.89244.8524
Yxy4.89240.49670.2527
Hunter Lab22.118838.89722.4761
CIE-Lab26.426050.11442.2402

#7f023d color RGB value is (127,2,61).

#7f023d hex color red value is 127, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #7f023d hue: 0.92 , saturation: 0.97 and the lightness value of 7f023d is 0.25.

The process color (four color CMYK) of #7f023d color hex is 0.00, 0.98, 0.52, 0.50. Web safe color of #7f023d is #660033. Color #7f023d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000010 00111101
Octal 177 2 75
Decimal 127 2 61
Hex 7F 2 3D

RGB Percentages of Color #7f023d

%66.84
%1.05
%32.11

CMYK Percentages of Color #7f023d

%0
%98
%52
%50

Triadic Colors of #7f023d

#7f023d #3d7f02 #023d7f

Analogous Colors of #7f023d

#7f023d #7f0602 #7f027c

Monochromatic Colors of #7f023d

#7f023d

Complementary Color

#7f023d #027f44

#7f023d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f023d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f023d Color CSS Codes

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

#7f023d Text Font Color

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

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


#7f023d Background Color

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

This div background color is #7f023d


#7f023d Border Color

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

This div border color is #7f023d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f023d


Comments

No comments written yet.

Please login to write comment.