Color Hex Logo

#4248cb Color Hex

#4248CB
(66,72,203)
0 Favorites   0 Comments

Color spaces of #4248cb

RGB 6672203
HSL0.660.570.53
HSV237°67°80°
CMYK 0.670.650.00   0.20
XYZ15.343610.104857.6416
Yxy10.10480.18470.1216
Hunter Lab31.788030.5301-85.2595
CIE-Lab38.029939.3616-68.6364

#4248cb color RGB value is (66,72,203).

#4248cb hex color red value is 66, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4248cb hue: 0.66 , saturation: 0.57 and the lightness value of 4248cb is 0.53.

The process color (four color CMYK) of #4248cb color hex is 0.67, 0.65, 0.00, 0.20. Web safe color of #4248cb is #3333cc. Color #4248cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 11001011
Octal 102 110 313
Decimal 66 72 203
Hex 42 48 CB

RGB Percentages of Color #4248cb

%19.35
%21.11
%59.53

CMYK Percentages of Color #4248cb

%67
%65
%0
%20

Triadic Colors of #4248cb

#4248cb #cb4248 #48cb42

Analogous Colors of #4248cb

#4248cb #8142cb #428dcb

Monochromatic Colors of #4248cb

#4248cb

Complementary Color

#4248cb #cbc542

#4248cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4248cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4248cb Color CSS Codes

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

#4248cb Text Font Color

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

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


#4248cb Background Color

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

This div background color is #4248cb


#4248cb Border Color

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

This div border color is #4248cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4248cb


Comments

No comments written yet.

Please login to write comment.