Color Hex Logo

#4258db Color Hex

#4258DB
(66,88,219)
0 Favorites   0 Comments

Color spaces of #4258db

RGB 6688219
HSL0.640.680.56
HSV231°70°86°
CMYK 0.700.600.00   0.14
XYZ18.522713.252268.5995
Yxy13.25220.18450.1320
Hunter Lab36.403627.1173-86.2446
CIE-Lab43.140834.9674-69.4881

#4258db color RGB value is (66,88,219).

#4258db hex color red value is 66, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4258db hue: 0.64 , saturation: 0.68 and the lightness value of 4258db is 0.56.

The process color (four color CMYK) of #4258db color hex is 0.70, 0.60, 0.00, 0.14. Web safe color of #4258db is #3366cc. Color #4258db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 11011011
Octal 102 130 333
Decimal 66 88 219
Hex 42 58 DB

RGB Percentages of Color #4258db

%17.69
%23.59
%58.71

CMYK Percentages of Color #4258db

%70
%60
%0
%14

Triadic Colors of #4258db

#4258db #db4258 #58db42

Analogous Colors of #4258db

#4258db #7942db #42a5db

Monochromatic Colors of #4258db

#4258db

Complementary Color

#4258db #dbc542

#4258db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4258db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4258db Color CSS Codes

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

#4258db Text Font Color

<p style="color:#4258db">Text here</p>

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


#4258db Background Color

<div style="background-color:#4258db">
Div content here</div>

This div background color is #4258db


#4258db Border Color

<div style="border:3px solid #4258db">
Div here</div>

This div border color is #4258db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,88,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4258db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4258db;
  -webkit-box-shadow: 1px 1px 3px 2px #4258db;
  box-shadow:         1px 1px 3px 2px #4258db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,88,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4258db


Comments

No comments written yet.

Please login to write comment.