Color Hex Logo

#4885ce Color Hex

#4885CE
(72,133,206)
0 Favorites   0 Comments

Color spaces of #4885ce

RGB 72133206
HSL0.590.580.55
HSV213°65°81°
CMYK 0.650.350.00   0.19
XYZ22.200622.609061.5864
Yxy22.60900.20870.2125
Hunter Lab47.54890.1311-43.5095
CIE-Lab54.66733.3250-43.5609

#4885ce color RGB value is (72,133,206).

#4885ce hex color red value is 72, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4885ce hue: 0.59 , saturation: 0.58 and the lightness value of 4885ce is 0.55.

The process color (four color CMYK) of #4885ce color hex is 0.65, 0.35, 0.00, 0.19. Web safe color of #4885ce is #3399cc. Color #4885ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 11001110
Octal 110 205 316
Decimal 72 133 206
Hex 48 85 CE

RGB Percentages of Color #4885ce

%17.52
%32.36
%50.12

CMYK Percentages of Color #4885ce

%65
%35
%0
%19

Triadic Colors of #4885ce

#4885ce #ce4885 #85ce48

Analogous Colors of #4885ce

#4885ce #4e48ce #48c8ce

Monochromatic Colors of #4885ce

#4885ce

Complementary Color

#4885ce #ce9148

#4885ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4885ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4885ce Color CSS Codes

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

#4885ce Text Font Color

<p style="color:#4885ce">Text here</p>

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


#4885ce Background Color

<div style="background-color:#4885ce">
Div content here</div>

This div background color is #4885ce


#4885ce Border Color

<div style="border:3px solid #4885ce">
Div here</div>

This div border color is #4885ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,133,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4885ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4885ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4885ce;
  box-shadow:         1px 1px 3px 2px #4885ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,133,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4885ce


Comments

No comments written yet.

Please login to write comment.