Color Hex Logo

#7d94ff Color Hex

#7D94FF
(125,148,255)
0 Favorites   0 Comments

Color spaces of #7d94ff

RGB 125148255
HSL0.641.000.75
HSV229°51°100°
CMYK 0.510.420.00   0.00
XYZ37.097432.759898.9758
Yxy32.75980.21970.1940
Hunter Lab57.236215.5308-62.4621
CIE-Lab63.965920.7219-55.8678

#7d94ff color RGB value is (125,148,255).

#7d94ff hex color red value is 125, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7d94ff hue: 0.64 , saturation: 1.00 and the lightness value of 7d94ff is 0.75.

The process color (four color CMYK) of #7d94ff color hex is 0.51, 0.42, 0.00, 0.00. Web safe color of #7d94ff is #6699ff. Color #7d94ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010100 11111111
Octal 175 224 377
Decimal 125 148 255
Hex 7D 94 FF

RGB Percentages of Color #7d94ff

%23.67
%28.03
%48.30

CMYK Percentages of Color #7d94ff

%51
%42
%0
%0

Triadic Colors of #7d94ff

#7d94ff #ff7d94 #94ff7d

Analogous Colors of #7d94ff

#7d94ff #a77dff #7dd5ff

Monochromatic Colors of #7d94ff

#7d94ff

Complementary Color

#7d94ff #ffe87d

#7d94ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d94ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d94ff Color CSS Codes

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

#7d94ff Text Font Color

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

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


#7d94ff Background Color

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

This div background color is #7d94ff


#7d94ff Border Color

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

This div border color is #7d94ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d94ff

Related Colors


Comments

No comments written yet.

Please login to write comment.