Color Hex Logo

#7451cb Color Hex

#7451CB
(116,81,203)
0 Favorites   0 Comments

Color spaces of #7451cb

RGB 11681203
HSL0.710.540.56
HSV257°60°80°
CMYK 0.430.600.00   0.20
XYZ20.924413.909758.0819
Yxy13.90970.22520.1497
Hunter Lab37.295734.8782-66.2274
CIE-Lab44.103242.8429-58.5761

#7451cb color RGB value is (116,81,203).

#7451cb hex color red value is 116, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7451cb hue: 0.71 , saturation: 0.54 and the lightness value of 7451cb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 11001011
Octal 164 121 313
Decimal 116 81 203
Hex 74 51 CB

RGB Percentages of Color #7451cb

%29.00
%20.25
%50.75

CMYK Percentages of Color #7451cb

%43
%60
%0
%20

Triadic Colors of #7451cb

#7451cb #cb7451 #51cb74

Analogous Colors of #7451cb

#7451cb #b151cb #516bcb

Monochromatic Colors of #7451cb

#7451cb

Complementary Color

#7451cb #a8cb51

#7451cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7451cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7451cb Color CSS Codes

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

#7451cb Text Font Color

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

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


#7451cb Background Color

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

This div background color is #7451cb


#7451cb Border Color

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

This div border color is #7451cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7451cb


Comments

No comments written yet.

Please login to write comment.