Color Hex Logo

#485fcb Color Hex

#485FCB
(72,95,203)
0 Favorites   0 Comments

Color spaces of #485fcb

RGB 7295203
HSL0.640.560.54
HSV229°65°80°
CMYK 0.650.530.00   0.20
XYZ17.544213.873958.2532
Yxy13.87390.19570.1547
Hunter Lab37.247718.8926-66.6527
CIE-Lab44.051525.8446-58.8244

#485fcb color RGB value is (72,95,203).

#485fcb hex color red value is 72, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #485fcb hue: 0.64 , saturation: 0.56 and the lightness value of 485fcb is 0.54.

The process color (four color CMYK) of #485fcb color hex is 0.65, 0.53, 0.00, 0.20. Web safe color of #485fcb is #3366cc. Color #485fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 11001011
Octal 110 137 313
Decimal 72 95 203
Hex 48 5F CB

RGB Percentages of Color #485fcb

%19.46
%25.68
%54.86

CMYK Percentages of Color #485fcb

%65
%53
%0
%20

Triadic Colors of #485fcb

#485fcb #cb485f #5fcb48

Analogous Colors of #485fcb

#485fcb #7348cb #48a1cb

Monochromatic Colors of #485fcb

#485fcb

Complementary Color

#485fcb #cbb448

#485fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485fcb Color CSS Codes

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

#485fcb Text Font Color

<p style="color:#485fcb">Text here</p>

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


#485fcb Background Color

<div style="background-color:#485fcb">
Div content here</div>

This div background color is #485fcb


#485fcb Border Color

<div style="border:3px solid #485fcb">
Div here</div>

This div border color is #485fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485fcb


Comments

No comments written yet.

Please login to write comment.