Color Hex Logo

#7469ec Color Hex

#7469EC
(116,105,236)
0 Favorites   0 Comments

Color spaces of #7469ec

RGB 116105236
HSL0.680.780.67
HSV245°56°93°
CMYK 0.510.560.00   0.07
XYZ27.394419.872381.7488
Yxy19.87230.21230.1540
Hunter Lab44.578431.6801-77.5225
CIE-Lab51.692538.4985-65.0650

#7469ec color RGB value is (116,105,236).

#7469ec hex color red value is 116, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7469ec hue: 0.68 , saturation: 0.78 and the lightness value of 7469ec is 0.67.

The process color (four color CMYK) of #7469ec color hex is 0.51, 0.56, 0.00, 0.07. Web safe color of #7469ec is #6666ff. Color #7469ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 11101100
Octal 164 151 354
Decimal 116 105 236
Hex 74 69 EC

RGB Percentages of Color #7469ec

%25.38
%22.98
%51.64

CMYK Percentages of Color #7469ec

%51
%56
%0
%7

Triadic Colors of #7469ec

#7469ec #ec7469 #69ec74

Analogous Colors of #7469ec

#7469ec #b669ec #69a0ec

Monochromatic Colors of #7469ec

#7469ec

Complementary Color

#7469ec #e1ec69

#7469ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7469ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7469ec Color CSS Codes

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

#7469ec Text Font Color

<p style="color:#7469ec">Text here</p>

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


#7469ec Background Color

<div style="background-color:#7469ec">
Div content here</div>

This div background color is #7469ec


#7469ec Border Color

<div style="border:3px solid #7469ec">
Div here</div>

This div border color is #7469ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,105,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7469ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7469ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7469ec;
  box-shadow:         1px 1px 3px 2px #7469ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7469ec


Comments

No comments written yet.

Please login to write comment.