Color Hex Logo

#383bcd Color Hex

#383BCD
(56,59,205)
0 Favorites   0 Comments

Color spaces of #383bcd

RGB 5659205
HSL0.660.600.51
HSV239°73°80°
CMYK 0.730.710.00   0.20
XYZ14.21438.376558.6252
Yxy8.37650.17500.1031
Hunter Lab28.942237.0174-99.8381
CIE-Lab34.755046.6273-75.1978

#383bcd color RGB value is (56,59,205).

#383bcd hex color red value is 56, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #383bcd hue: 0.66 , saturation: 0.60 and the lightness value of 383bcd is 0.51.

The process color (four color CMYK) of #383bcd color hex is 0.73, 0.71, 0.00, 0.20. Web safe color of #383bcd is #3333cc. Color #383bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 11001101
Octal 70 73 315
Decimal 56 59 205
Hex 38 3B CD

RGB Percentages of Color #383bcd

%17.50
%18.44
%64.06

CMYK Percentages of Color #383bcd

%73
%71
%0
%20

Triadic Colors of #383bcd

#383bcd #cd383b #3bcd38

Analogous Colors of #383bcd

#383bcd #8038cd #3886cd

Monochromatic Colors of #383bcd

#383bcd

Complementary Color

#383bcd #cdca38

#383bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#383bcd Color CSS Codes

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

#383bcd Text Font Color

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

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


#383bcd Background Color

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

This div background color is #383bcd


#383bcd Border Color

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

This div border color is #383bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383bcd


Comments

No comments written yet.

Please login to write comment.