Color Hex Logo

#7d01be Color Hex

#7D01BE
(125,1,190)
0 Favorites   0 Comments

Color spaces of #7d01be

RGB 1251190
HSL0.780.990.37
HSV279°99°75°
CMYK 0.340.990.00   0.25
XYZ17.76268.099449.3423
Yxy8.09940.23620.1077
Hunter Lab28.459461.6045-82.8740
CIE-Lab34.189069.5318-67.0879

#7d01be color RGB value is (125,1,190).

#7d01be hex color red value is 125, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7d01be hue: 0.78 , saturation: 0.99 and the lightness value of 7d01be is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00000001 10111110
Octal 175 1 276
Decimal 125 1 190
Hex 7D 1 BE

RGB Percentages of Color #7d01be

%39.56
%0.32
%60.13

CMYK Percentages of Color #7d01be

%34
%99
%0
%25

Triadic Colors of #7d01be

#7d01be #be7d01 #01be7d

Analogous Colors of #7d01be

#7d01be #be01a1 #1e01be

Monochromatic Colors of #7d01be

#7d01be

Complementary Color

#7d01be #42be01

#7d01be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d01be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d01be Color CSS Codes

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

#7d01be Text Font Color

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

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


#7d01be Background Color

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

This div background color is #7d01be


#7d01be Border Color

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

This div border color is #7d01be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,1,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 #7d01be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d01be


Comments

No comments written yet.

Please login to write comment.