Color Hex Logo

#4338bc Color Hex

#4338BC
(67,56,188)
0 Favorites   0 Comments

Color spaces of #4338bc

RGB 6756188
HSL0.680.540.48
HSV245°70°74°
CMYK 0.640.700.00   0.26
XYZ12.80607.652548.3791
Yxy7.65250.18600.1112
Hunter Lab27.663234.2218-84.3260
CIE-Lab33.248444.0497-67.7034

#4338bc color RGB value is (67,56,188).

#4338bc hex color red value is 67, green value is 56 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4338bc hue: 0.68 , saturation: 0.54 and the lightness value of 4338bc is 0.48.

The process color (four color CMYK) of #4338bc color hex is 0.64, 0.70, 0.00, 0.26. Web safe color of #4338bc is #3333cc. Color #4338bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00111000 10111100
Octal 103 70 274
Decimal 67 56 188
Hex 43 38 BC

RGB Percentages of Color #4338bc

%21.54
%18.01
%60.45

CMYK Percentages of Color #4338bc

%64
%70
%0
%26

Triadic Colors of #4338bc

#4338bc #bc4338 #38bc43

Analogous Colors of #4338bc

#4338bc #8538bc #386fbc

Monochromatic Colors of #4338bc

#4338bc

Complementary Color

#4338bc #b1bc38

#4338bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4338bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4338bc Color CSS Codes

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

#4338bc Text Font Color

<p style="color:#4338bc">Text here</p>

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


#4338bc Background Color

<div style="background-color:#4338bc">
Div content here</div>

This div background color is #4338bc


#4338bc Border Color

<div style="border:3px solid #4338bc">
Div here</div>

This div border color is #4338bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,56,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4338bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4338bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4338bc;
  box-shadow:         1px 1px 3px 2px #4338bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,56,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4338bc


Comments

No comments written yet.

Please login to write comment.