Color Hex Logo

#4b3cce Color Hex

#4B3CCE
(75,60,206)
0 Favorites   0 Comments

Color spaces of #4b3cce

RGB 7560206
HSL0.680.600.52
HSV246°71°81°
CMYK 0.640.710.00   0.19
XYZ15.65819.183859.3399
Yxy9.18380.18600.1091
Hunter Lab30.304839.1953-94.8826
CIE-Lab36.335848.5112-73.1308

#4b3cce color RGB value is (75,60,206).

#4b3cce hex color red value is 75, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4b3cce hue: 0.68 , saturation: 0.60 and the lightness value of 4b3cce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00111100 11001110
Octal 113 74 316
Decimal 75 60 206
Hex 4B 3C CE

RGB Percentages of Color #4b3cce

%21.99
%17.60
%60.41

CMYK Percentages of Color #4b3cce

%64
%71
%0
%19

Triadic Colors of #4b3cce

#4b3cce #ce4b3c #3cce4b

Analogous Colors of #4b3cce

#4b3cce #943cce #3c76ce

Monochromatic Colors of #4b3cce

#4b3cce

Complementary Color

#4b3cce #bfce3c

#4b3cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b3cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b3cce Color CSS Codes

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

#4b3cce Text Font Color

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

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


#4b3cce Background Color

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

This div background color is #4b3cce


#4b3cce Border Color

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

This div border color is #4b3cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b3cce


Comments

No comments written yet.

Please login to write comment.