Color Hex Logo

#383fcd Color Hex

#383FCD
(56,63,205)
0 Favorites   0 Comments

Color spaces of #383fcd

RGB 5663205
HSL0.660.600.51
HSV237°73°80°
CMYK 0.730.690.00   0.20
XYZ14.42788.803558.6964
Yxy8.80350.17610.1075
Hunter Lab29.670734.8745-96.5217
CIE-Lab35.603244.2935-73.8013

#383fcd color RGB value is (56,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 11001101
Octal 70 77 315
Decimal 56 63 205
Hex 38 3F CD

RGB Percentages of Color #383fcd

%17.28
%19.44
%63.27

CMYK Percentages of Color #383fcd

%73
%69
%0
%20

Triadic Colors of #383fcd

#383fcd #cd383f #3fcd38

Analogous Colors of #383fcd

#383fcd #7c38cd #388acd

Monochromatic Colors of #383fcd

#383fcd

Complementary Color

#383fcd #cdc638

#383fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#383fcd Color CSS Codes

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

#383fcd Text Font Color

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

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


#383fcd Background Color

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

This div background color is #383fcd


#383fcd Border Color

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

This div border color is #383fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383fcd


Comments

No comments written yet.

Please login to write comment.