Color Hex Logo

#383fdc Color Hex

#383FDC
(56,63,220)
0 Favorites   0 Comments

Color spaces of #383fdc

RGB 5663220
HSL0.660.700.54
HSV237°75°86°
CMYK 0.750.710.00   0.14
XYZ16.32679.563168.6955
Yxy9.56310.17260.1011
Hunter Lab30.924340.1230-110.0605
CIE-Lab37.046649.2945-80.0753

#383fdc color RGB value is (56,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 11011100
Octal 70 77 334
Decimal 56 63 220
Hex 38 3F DC

RGB Percentages of Color #383fdc

%16.52
%18.58
%64.90

CMYK Percentages of Color #383fdc

%75
%71
%0
%14

Triadic Colors of #383fdc

#383fdc #dc383f #3fdc38

Analogous Colors of #383fdc

#383fdc #8338dc #3891dc

Monochromatic Colors of #383fdc

#383fdc

Complementary Color

#383fdc #dcd538

#383fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#383fdc Color CSS Codes

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

#383fdc Text Font Color

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

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


#383fdc Background Color

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

This div background color is #383fdc


#383fdc Border Color

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

This div border color is #383fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383fdc


Comments

No comments written yet.

Please login to write comment.