Color Hex Logo

#383cbc Color Hex

#383CBC
(56,60,188)
0 Favorites   0 Comments

Color spaces of #383cbc

RGB 5660188
HSL0.660.540.48
HSV238°70°74°
CMYK 0.700.680.00   0.26
XYZ12.32387.703348.4143
Yxy7.70330.18010.1126
Hunter Lab27.754830.6873-83.9945
CIE-Lab33.357240.3225-67.5530

#383cbc color RGB value is (56,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111100 10111100
Octal 70 74 274
Decimal 56 60 188
Hex 38 3C BC

RGB Percentages of Color #383cbc

%18.42
%19.74
%61.84

CMYK Percentages of Color #383cbc

%70
%68
%0
%26

Triadic Colors of #383cbc

#383cbc #bc383c #3cbc38

Analogous Colors of #383cbc

#383cbc #7638bc #387ebc

Monochromatic Colors of #383cbc

#383cbc

Complementary Color

#383cbc #bcb838

#383cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#383cbc Color CSS Codes

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

#383cbc Text Font Color

<p style="color:#383cbc">Text here</p>

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


#383cbc Background Color

<div style="background-color:#383cbc">
Div content here</div>

This div background color is #383cbc


#383cbc Border Color

<div style="border:3px solid #383cbc">
Div here</div>

This div border color is #383cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383cbc


Comments

No comments written yet.

Please login to write comment.