Color Hex Logo

#7481da Color Hex

#7481DA
(116,129,218)
0 Favorites   0 Comments

Color spaces of #7481da

RGB 116129218
HSL0.650.580.65
HSV232°47°85°
CMYK 0.470.410.00   0.15
XYZ27.707624.475569.5936
Yxy24.47550.22750.2010
Hunter Lab49.472713.3931-48.7727
CIE-Lab56.560818.7686-47.1745

#7481da color RGB value is (116,129,218).

#7481da hex color red value is 116, green value is 129 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7481da hue: 0.65 , saturation: 0.58 and the lightness value of 7481da is 0.65.

The process color (four color CMYK) of #7481da color hex is 0.47, 0.41, 0.00, 0.15. Web safe color of #7481da is #6699cc. Color #7481da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 11011010
Octal 164 201 332
Decimal 116 129 218
Hex 74 81 DA

RGB Percentages of Color #7481da

%25.05
%27.86
%47.08

CMYK Percentages of Color #7481da

%47
%41
%0
%15

Triadic Colors of #7481da

#7481da #da7481 #81da74

Analogous Colors of #7481da

#7481da #9a74da #74b4da

Monochromatic Colors of #7481da

#7481da

Complementary Color

#7481da #dacd74

#7481da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7481da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7481da Color CSS Codes

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

#7481da Text Font Color

<p style="color:#7481da">Text here</p>

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


#7481da Background Color

<div style="background-color:#7481da">
Div content here</div>

This div background color is #7481da


#7481da Border Color

<div style="border:3px solid #7481da">
Div here</div>

This div border color is #7481da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,129,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7481da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7481da;
  -webkit-box-shadow: 1px 1px 3px 2px #7481da;
  box-shadow:         1px 1px 3px 2px #7481da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,129,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 #7481da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7481da


Comments

No comments written yet.

Please login to write comment.