Color Hex Logo

#4b5dce Color Hex

#4B5DCE
(75,93,206)
0 Favorites   0 Comments

Color spaces of #4b5dce

RGB 7593206
HSL0.640.570.55
HSV232°64°81°
CMYK 0.640.550.00   0.19
XYZ17.956613.780860.1061
Yxy13.78080.19550.1500
Hunter Lab37.122521.3782-70.0124
CIE-Lab43.916928.6383-60.7600

#4b5dce color RGB value is (75,93,206).

#4b5dce hex color red value is 75, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4b5dce hue: 0.64 , saturation: 0.57 and the lightness value of 4b5dce is 0.55.

The process color (four color CMYK) of #4b5dce color hex is 0.64, 0.55, 0.00, 0.19. Web safe color of #4b5dce is #3366cc. Color #4b5dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011101 11001110
Octal 113 135 316
Decimal 75 93 206
Hex 4B 5D CE

RGB Percentages of Color #4b5dce

%20.05
%24.87
%55.08

CMYK Percentages of Color #4b5dce

%64
%55
%0
%19

Triadic Colors of #4b5dce

#4b5dce #ce4b5d #5dce4b

Analogous Colors of #4b5dce

#4b5dce #7b4bce #4b9fce

Monochromatic Colors of #4b5dce

#4b5dce

Complementary Color

#4b5dce #cebc4b

#4b5dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5dce Color CSS Codes

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

#4b5dce Text Font Color

<p style="color:#4b5dce">Text here</p>

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


#4b5dce Background Color

<div style="background-color:#4b5dce">
Div content here</div>

This div background color is #4b5dce


#4b5dce Border Color

<div style="border:3px solid #4b5dce">
Div here</div>

This div border color is #4b5dce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,93,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b5dce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b5dce;
  -webkit-box-shadow: 1px 1px 3px 2px #4b5dce;
  box-shadow:         1px 1px 3px 2px #4b5dce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,93,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 #4b5dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b5dce


Comments

No comments written yet.

Please login to write comment.