Color Hex Logo

#4506ee Color Hex

#4506EE
(69,6,238)
0 Favorites   0 Comments

Color spaces of #4506ee

RGB 696238
HSL0.710.950.48
HSV256°97°93°
CMYK 0.710.970.00   0.07
XYZ17.95207.568581.4036
Yxy7.56850.16790.0708
Hunter Lab27.510968.3345-156.1789
CIE-Lab33.067675.3782-96.9207

#4506ee color RGB value is (69,6,238).

#4506ee hex color red value is 69, green value is 6 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4506ee hue: 0.71 , saturation: 0.95 and the lightness value of 4506ee is 0.48.

The process color (four color CMYK) of #4506ee color hex is 0.71, 0.97, 0.00, 0.07. Web safe color of #4506ee is #3300ff. Color #4506ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000110 11101110
Octal 105 6 356
Decimal 69 6 238
Hex 45 6 EE

RGB Percentages of Color #4506ee

%22.04
%1.92
%76.04

CMYK Percentages of Color #4506ee

%71
%97
%0
%7

Triadic Colors of #4506ee

#4506ee #ee4506 #06ee45

Analogous Colors of #4506ee

#4506ee #b906ee #063bee

Monochromatic Colors of #4506ee

#4506ee

Complementary Color

#4506ee #afee06

#4506ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4506ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4506ee Color CSS Codes

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

#4506ee Text Font Color

<p style="color:#4506ee">Text here</p>

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


#4506ee Background Color

<div style="background-color:#4506ee">
Div content here</div>

This div background color is #4506ee


#4506ee Border Color

<div style="border:3px solid #4506ee">
Div here</div>

This div border color is #4506ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,6,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4506ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4506ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4506ee;
  box-shadow:         1px 1px 3px 2px #4506ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,6,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4506ee


Comments

No comments written yet.

Please login to write comment.