Color Hex Logo

#7d83da Color Hex

#7D83DA
(125,131,218)
0 Favorites   0 Comments

Color spaces of #7d83da

RGB 125131218
HSL0.660.560.67
HSV236°43°85°
CMYK 0.430.400.00   0.15
XYZ29.228625.654569.7410
Yxy25.65450.23450.2059
Hunter Lab50.650314.3685-46.1820
CIE-Lab57.707619.7838-45.3187

#7d83da color RGB value is (125,131,218).

#7d83da hex color red value is 125, green value is 131 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7d83da hue: 0.66 , saturation: 0.56 and the lightness value of 7d83da is 0.67.

The process color (four color CMYK) of #7d83da color hex is 0.43, 0.40, 0.00, 0.15. Web safe color of #7d83da is #6699cc. Color #7d83da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000011 11011010
Octal 175 203 332
Decimal 125 131 218
Hex 7D 83 DA

RGB Percentages of Color #7d83da

%26.37
%27.64
%45.99

CMYK Percentages of Color #7d83da

%43
%40
%0
%15

Triadic Colors of #7d83da

#7d83da #da7d83 #83da7d

Analogous Colors of #7d83da

#7d83da #a67dda #7db2da

Monochromatic Colors of #7d83da

#7d83da

Complementary Color

#7d83da #dad47d

#7d83da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d83da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d83da Color CSS Codes

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

#7d83da Text Font Color

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

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


#7d83da Background Color

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

This div background color is #7d83da


#7d83da Border Color

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

This div border color is #7d83da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d83da


Comments

No comments written yet.

Please login to write comment.