Color Hex Logo

#7d0ebf Color Hex

#7D0EBF
(125,14,191)
0 Favorites   0 Comments

Color spaces of #7d0ebf

RGB 12514191
HSL0.770.860.40
HSV278°93°75°
CMYK 0.350.930.00   0.25
XYZ18.01858.435649.9688
Yxy8.43560.23580.1104
Hunter Lab29.044159.9114-81.6743
CIE-Lab34.874167.9453-66.5542

#7d0ebf color RGB value is (125,14,191).

#7d0ebf hex color red value is 125, green value is 14 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7d0ebf hue: 0.77 , saturation: 0.86 and the lightness value of 7d0ebf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00001110 10111111
Octal 175 16 277
Decimal 125 14 191
Hex 7D E BF

RGB Percentages of Color #7d0ebf

%37.88
%4.24
%57.88

CMYK Percentages of Color #7d0ebf

%35
%93
%0
%25

Triadic Colors of #7d0ebf

#7d0ebf #bf7d0e #0ebf7d

Analogous Colors of #7d0ebf

#7d0ebf #bf0ea9 #240ebf

Monochromatic Colors of #7d0ebf

#7d0ebf

Complementary Color

#7d0ebf #50bf0e

#7d0ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d0ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d0ebf Color CSS Codes

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

#7d0ebf Text Font Color

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

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


#7d0ebf Background Color

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

This div background color is #7d0ebf


#7d0ebf Border Color

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

This div border color is #7d0ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d0ebf


Comments

No comments written yet.

Please login to write comment.