Color Hex Logo

#7484cb Color Hex

#7484CB
(116,132,203)
0 Favorites   0 Comments

Color spaces of #7484cb

RGB 116132203
HSL0.640.460.63
HSV229°43°80°
CMYK 0.430.350.00   0.20
XYZ26.233224.527359.8515
Yxy24.52730.23720.2217
Hunter Lab49.52507.8818-36.9850
CIE-Lab56.611912.5600-38.6401

#7484cb color RGB value is (116,132,203).

#7484cb hex color red value is 116, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7484cb hue: 0.64 , saturation: 0.46 and the lightness value of 7484cb is 0.63.

The process color (four color CMYK) of #7484cb color hex is 0.43, 0.35, 0.00, 0.20. Web safe color of #7484cb is #6699cc. Color #7484cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 11001011
Octal 164 204 313
Decimal 116 132 203
Hex 74 84 CB

RGB Percentages of Color #7484cb

%25.72
%29.27
%45.01

CMYK Percentages of Color #7484cb

%43
%35
%0
%20

Triadic Colors of #7484cb

#7484cb #cb7484 #84cb74

Analogous Colors of #7484cb

#7484cb #9074cb #74b0cb

Monochromatic Colors of #7484cb

#7484cb

Complementary Color

#7484cb #cbbb74

#7484cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484cb Color CSS Codes

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

#7484cb Text Font Color

<p style="color:#7484cb">Text here</p>

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


#7484cb Background Color

<div style="background-color:#7484cb">
Div content here</div>

This div background color is #7484cb


#7484cb Border Color

<div style="border:3px solid #7484cb">
Div here</div>

This div border color is #7484cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,132,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7484cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7484cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7484cb;
  box-shadow:         1px 1px 3px 2px #7484cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,132,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484cb


Comments

No comments written yet.

Please login to write comment.