Color Hex Logo

#452baf Color Hex

#452BAF
(69,43,175)
0 Favorites   0 Comments

Color spaces of #452baf

RGB 6943175
HSL0.700.610.43
HSV252°75°69°
CMYK 0.610.750.00   0.31
XYZ11.05606.088141.1498
Yxy6.08810.18970.1044
Hunter Lab24.674136.8029-81.6081
CIE-Lab29.633747.3782-65.9205

#452baf color RGB value is (69,43,175).

#452baf hex color red value is 69, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #452baf hue: 0.70 , saturation: 0.61 and the lightness value of 452baf is 0.43.

The process color (four color CMYK) of #452baf color hex is 0.61, 0.75, 0.00, 0.31. Web safe color of #452baf is #333399. Color #452baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00101011 10101111
Octal 105 53 257
Decimal 69 43 175
Hex 45 2B AF

RGB Percentages of Color #452baf

%24.04
%14.98
%60.98

CMYK Percentages of Color #452baf

%61
%75
%0
%31

Triadic Colors of #452baf

#452baf #af452b #2baf45

Analogous Colors of #452baf

#452baf #872baf #2b53af

Monochromatic Colors of #452baf

#452baf

Complementary Color

#452baf #95af2b

#452baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#452baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#452baf Color CSS Codes

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

#452baf Text Font Color

<p style="color:#452baf">Text here</p>

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


#452baf Background Color

<div style="background-color:#452baf">
Div content here</div>

This div background color is #452baf


#452baf Border Color

<div style="border:3px solid #452baf">
Div here</div>

This div border color is #452baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,43,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #452baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #452baf;
  -webkit-box-shadow: 1px 1px 3px 2px #452baf;
  box-shadow:         1px 1px 3px 2px #452baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #452baf


Comments

No comments written yet.

Please login to write comment.